Interface RouteTracker.RerouteStartedListener
-
- Enclosing class:
- RouteTracker
public static interface RouteTracker.RerouteStartedListener
A listener that is notified when the route tracker starts rerouting.- Since:
- 100.6.0
- See Also:
RouteTracker.RerouteStartedEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRerouteStarted(RouteTracker.RerouteStartedEvent event)
Called when rerouting is started.
-
-
-
Method Detail
-
onRerouteStarted
void onRerouteStarted(RouteTracker.RerouteStartedEvent event)
Called when rerouting is started.- Parameters:
event
- theRouteTracker.RerouteStartedEvent
- Since:
- 100.6.0
-
-