public class ObstacleDetector extends Object implements MovementListener
Constructor and Description |
---|
ObstacleDetector(Topology topology)
Constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
void |
onMovement(Node arg0)
Notifies the underlying listener that a node has moved.
|
public void onMovement(Node arg0)
MovementListener
onMovement
in interface MovementListener
arg0
- The node.