Class VSCreateEvent

  • All Implemented Interfaces:
    IMessageBox

    public class VSCreateEvent
    extends VSBaseEvent<IVSComponent>
    The VirtualSpace itself or its component Create Event. This event is fired when the VirtualSpace or VSComponent has been virtualized and is ready.
    Author:
    Christopher Mindus
    • Constructor Detail

      • VSCreateEvent

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