Class OnJoypadRenderUIEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnJoypadRenderUIEvent

public abstract class OnJoypadRenderUIEvent extends Event
Triggered every time the screen is being rendered, whether in-game or on main screen.
  • Constructor Details

    • OnJoypadRenderUIEvent

      public OnJoypadRenderUIEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent()
      Called Event Handling Method