Class UIBackEvent

All Implemented Interfaces:
IMessageBox

public class UIBackEvent extends UIBaseEvent<UIPanelBase>
The UI Back Event.
Author:
Christopher Mindus
  • Constructor Details

    • UIBackEvent

      public UIBackEvent(UIPanelBase source)
      Constructs the event for an action without a trigger source.
      Parameters:
      source - The source.
      Throws:
      NullPointerException - If the source is null.
  • Method Details