Class UIDestroyEvent

All Implemented Interfaces:
IMessageBox

public class UIDestroyEvent extends UIBaseEvent<UIComp>
The UI component Destroy Event. This event is fired when the panel or UI component is destroyed or disposed of and gives the opportunity to perform e.g. clean-up's.
Author:
Christopher Mindus
  • Constructor Details

    • UIDestroyEvent

      public UIDestroyEvent(UIComp source)
      Constructs the event for a component.
      Parameters:
      source - The source.
      Throws:
      NullPointerException - If the source is null.
  • Method Details