Interface MarkMyCarDetailsEventsListener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface MarkMyCarDetailsEventsListener implements PTRListener
Interface that notifies the implementing handlers of UI events related to the mark-my-car details view
-
-
Method Summary
Modifier and Type Method Description Unit
onMarkMyCarDetailsEvent(MarkMyCarBottomSheet markMyCarSheet, MarkMyCarDetailsEvent markMyCarDetailsEvent)
Invoked when an event of type markMyCarDetailsEvent occurs -
-
Method Detail
-
onMarkMyCarDetailsEvent
Unit onMarkMyCarDetailsEvent(MarkMyCarBottomSheet markMyCarSheet, MarkMyCarDetailsEvent markMyCarDetailsEvent)
Invoked when an event of type markMyCarDetailsEvent occurs
-
-
-
-