Class OnPreUIDrawEvent

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

public abstract class OnPreUIDrawEvent extends Event
Triggered by UI Manager in its render function before the UI gets drawn.
  • Constructor Details

    • OnPreUIDrawEvent

      public OnPreUIDrawEvent()
  • 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