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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onMarkMyCarButtonClicked(PTRMapWidgetFragment ptrMapWidgetFragment, ImageButton markMyCarButton) Invoked when the mark-my-car button is clicked
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail