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 Detail

      • UIDestroyEvent

        public UIDestroyEvent​(UIComp source)
        Constructs the event for a component.
        Parameters:
        source - The source.
        Throws:
        java.lang.NullPointerException - If the source is null.