Package com.minigameworld.managers.event


package com.minigameworld.managers.event
  • Interface Summary
    Interface
    Description
     
  • Class Summary
    Class
    Description
     
    [Rules]
    - Must register instance which processes playing game player's only (not about viewers and outers)
    - If event is detectable with players by MiniGameEventDetector, the event will be only passed to the player's playing game listeners.
    - If event is not detectable with players by MiniGameEventDetector, the event will be passed to all listeners related with event.
    In this GameListenerManager class, use GameListenerManager.getListeners(Class) to get listeners with event

    [Listener registration tutorial]
    If listener related with minigame needs to handle events
    1.
  • Enum Class Summary
    Enum Class
    Description
     
  • Annotation Interfaces Summary
    Annotation Interface
    Description