Class AdvancedGBFWrapper.Event

java.lang.Object
com.basis.tools.guidev.AdvancedGBFWrapper.Event
Direct Known Subclasses:
AdvancedGBFWrapper.GuiEvent
Enclosing class:
AdvancedGBFWrapper

public static class AdvancedGBFWrapper.Event extends Object
The base of all events in the GBFWrapper, extended by GuiEvent, and used directly for the NonGUIEvents (Timer, and Namespace)
  • Field Details

    • m_event

      protected final com.basis.util.GUIBuilder.Event m_event
  • Method Details

    • getCallbackLiteral

      public String getCallbackLiteral()
      Returns:
      textual representation of the callback string: IE: "ON_CLOSE"
    • getLabel

      public final String getLabel()
    • getCode

      public final String getCode()
      Returns:
      the actual code body of the event handler
    • toString

      public String toString()
      Overrides:
      toString in class Object