public interface WaypointListener
| Modifier and Type | Method and Description |
|---|---|
void |
addWaypoint(Waypoint wp)
Called when the class providing waypoints generates a new waypoint.
|
void |
pathGenerated()
Called when generation of the path is complete
|
void addWaypoint(Waypoint wp)
wp - the new waypointvoid pathGenerated()