Package com.iizix.api.vs
Class VSCreateEvent
- java.lang.Object
- com.iizix.api.BaseEvent<VSCOMP>
- com.iizix.api.vs.VSBaseEvent<IVSComponent>
- com.iizix.api.vs.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
 
- Nested Class Summary- Nested classes/interfaces inherited from interface com.iizix.gyro.IMessageBox- IMessageBox.Icon
 
 - Field Summary- Fields inherited from interface com.iizix.gyro.IMessageBox- ICON_ERROR, ICON_INFORMATION, ICON_MAP, ICON_NONE, ICON_QUESTION, ICON_WARNING
 
 - Constructor Summary- Constructors - Constructor - Description - VSCreateEvent(IVSComponent source)Constructs the event for a VirtualSpace component.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - IVSComponent- getSource()Gets the VirtualSpace or its created component.- Methods inherited from class com.iizix.api.vs.VSBaseEvent- getAppSessionGyro, getVirtualSpace
 - Methods 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, toString
 - Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - Methods inherited from interface com.iizix.gyro.IMessageBox- messageBox, messageBox
 
 
- 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.
 
 
 - Method Detail- getSource- public IVSComponent getSource() Gets the VirtualSpace or its created component.- Overrides:
- getSourcein class- BaseEvent<IVSComponent>