Interface WaypointListener

  • All Known Implementing Classes:
    EV3NavigationModel, Navigator

    public interface WaypointListener
    Interface for informing listeners that a way point has been generated.
    • Method Detail

      • addWaypoint

        void addWaypoint​(Waypoint wp)
        Called when the class providing waypoints generates a new waypoint.
        Parameters:
        wp - the new waypoint
      • pathGenerated

        void pathGenerated()
        Called when generation of the path is complete