Interface ExitButtonEventsListener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface ExitButtonEventsListener implements PTRListener
Interface that notifies the implementing handlers of UI events related to the Exit button shown on top of the map
-
-
Method Summary
Modifier and Type Method Description Unit
onExitClicked(PTRMapWidgetFragment mapWidget, TextView exitButton)
Invoked when the Exit button overlaying the map is clicked -
-
Method Detail
-
onExitClicked
Unit onExitClicked(PTRMapWidgetFragment mapWidget, TextView exitButton)
Invoked when the Exit button overlaying the map is clicked
-
-
-
-