Package com.iizix.api.ui
Class UIConnectEvent
- All Implemented Interfaces:
IMessageBox
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
Nested Class Summary
Nested classes/interfaces inherited from interface com.iizix.gyro.IMessageBox
IMessageBox.IconField Summary
Fields inherited from interface com.iizix.gyro.IMessageBox
ICON_ERROR, ICON_INFORMATION, ICON_MAP, ICON_NONE, ICON_QUESTION, ICON_WARNINGConstructor Summary
ConstructorsConstructorDescriptionUIConnectEvent(UIPanelBase panel, IClientSessionGyro clientGyro) Constructs the event for a component.Method Summary
Modifier and TypeMethodDescriptionGets the client session gyro that started the new connection to an existing instance of the virtualized application with a shared VirtualSpace.Gets the UI component that is the source, always ainstance.UIPanelBaseMethods inherited from class com.iizix.api.ui.UIBaseEvent
getAppSessionGyro, getContainerFirstUIComponent, getContainerFirstUIComponentNull, getFirstUIComponent, getFirstUIComponentNull, getPanelUIComponent, getPanelUIComponentNull, getUIPanel, getVirtualSpaceMethods inherited from class com.iizix.api.BaseEvent
getAction, getAction2, getActionNull, getActionNull2, getField, getField2, getFieldNull, getFieldNull2, getGroup, getGroup2, getGroupNull, getGroupNull2, getTable, getTable2, getTableNull, getTableNull2, getTime, getVirtualizedVirtualSpace, getVSComponent, getVSComponent2, getVSComponentNull, getVSComponentNull2, messageBox, paramString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.iizix.gyro.IMessageBox
messageBox, messageBox, messageBox
Constructor Details
UIConnectEvent
Constructs the event for a component.- Parameters:
panel- The source.clientGyro- The client session gyro.- Throws:
NullPointerException- If the source is null.
Method Details
getSource
Gets the UI component that is the source, always ainstance.UIPanelBase- Overrides:
getSourcein classBaseEvent<UIComp>- Returns:
- The
instance.UIPanelBase
getClientSessionGyro
Gets the client session gyro that started the new connection to an existing instance of the virtualized application with a shared VirtualSpace.- Overrides:
getClientSessionGyroin classUIBaseEvent<UIComp>- Returns:
- The client session gyro.