Class OnChatWindowInitEvent

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

public abstract class OnChatWindowInitEvent extends Event
Triggered when the chat window is being initialized.
  • Constructor Details

    • OnChatWindowInitEvent

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