JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ch.aplu.robotsim
Interface CollisionListener
All Superinterfaces:
java.util.EventListener
public interface
CollisionListener
extends java.util.EventListener
Interface with declarations of a callback method to detect robot-obstacle collisions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
collide
()
Called in a new thread when the circumcircle of the robot overlaps with an obstacle.
Method Detail
collide
void collide()
Called in a new thread when the circumcircle of the robot overlaps with an obstacle. Any further events are inhibited until collide() returns.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method