Class VSDestroyEvent

  • All Implemented Interfaces:
    IMessageBox

    public class VSDestroyEvent
    extends VSBaseEvent<IVSComponent>
    The VirtualSpace itself or its component Destroy Event. This event is fired when the VirtualSpace or its components are destroyed or disposed of and gives the opportunity to perform e.g. clean-up's.
    Author:
    Christopher Mindus
    • Constructor Detail

      • VSDestroyEvent

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