Interface MarkMyCarButtonEventsListener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface MarkMyCarButtonEventsListener implements PTRListener
Interface that notifies the implementing handlers of UI events related to the mark-my-car button
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onMarkMyCarButtonClicked(PTRMapWidgetFragment ptrMapWidgetFragment, ImageButton markMyCarButton)
Invoked when the mark-my-car button is clicked -
-
Method Detail
-
onMarkMyCarButtonClicked
abstract Unit onMarkMyCarButtonClicked(PTRMapWidgetFragment ptrMapWidgetFragment, ImageButton markMyCarButton)
Invoked when the mark-my-car button is clicked
- Parameters:
ptrMapWidgetFragment
- the map widget fragmentmarkMyCarButton
- the mark-my-car button
-
-
-
-