Class UIConnectEvent

  • All Implemented Interfaces:
    IMessageBox

    public class UIConnectEvent
    extends UIBaseEvent<UIComp>
    The UI Connect Event. This event is fired when a new user session connects (i.e. not reconnects) to an existing session. The VirtualSpace instances remains, but the new connection is started fresh on this particular panel and would perhaps need custom initialization.
    Author:
    Christopher Mindus
    • Constructor Detail

      • UIConnectEvent

        public UIConnectEvent​(UIPanelBase panel,
                              IClientSessionGyro clientGyro)
        Constructs the event for a component.
        Parameters:
        panel - The source.
        clientGyro - The client session gyro.
        Throws:
        java.lang.NullPointerException - If the source is null.