Interface LevelSelectorEventListener

  • All Implemented Interfaces:
    com.pointrlabs.core.management.PTRListener

    
    public interface LevelSelectorEventListener
     implements PTRListener
                        

    Interface that notifies the implementing handlers of UI events related to the LevelSelector view shown on top of the map

    • 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
      Unit onLevelSelectorClicked(LevelSelectorView levelSelectorView) Invoked when the level indicator of the LevelSelector view is clicked while in collapsed state
      Unit onLevelSelected(LevelSelectorView levelSelectorView, LevelViewModel levelViewModel) Invoked when a level is clicked from the LevelSelector list while in expanded state
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait