Interface InfoButtonEventsListener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface InfoButtonEventsListener 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
onInfoButtonClicked(PTRMapWidgetFragment mapWidget, ImageView infoButton)
Invoked when the Exit button overlaying the map is clicked -
-
Method Detail
-
onInfoButtonClicked
Unit onInfoButtonClicked(PTRMapWidgetFragment mapWidget, ImageView infoButton)
Invoked when the Exit button overlaying the map is clicked
-
-
-
-