-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface RouteSummaryEventsListener implements PTRListener
Interface that notifies the implementing handlers of UI events related to the route summary view
-
-
Method Summary
Modifier and Type Method Description Unit
onRouteSummaryViewAction(RouteSummaryViewAction routeSummaryViewAction, RouteSummaryView routeSummaryView)
This listener is triggered when an action is performed at RouteSummaryView. -
-
Method Detail
-
onRouteSummaryViewAction
Unit onRouteSummaryViewAction(RouteSummaryViewAction routeSummaryViewAction, RouteSummaryView routeSummaryView)
This listener is triggered when an action is performed at RouteSummaryView. Which can be either RouteSummaryViewAction.DISMISS or RouteSummaryViewAction.NAVIGATE Default behavior is either to dismiss Route Summary View or start a path session, respectively.
-
-
-
-