Package com.iizix.api.vs
Class VSDestroyEvent
- All Implemented Interfaces:
- IMessageBox
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
- 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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionGets the VirtualSpace or its destroyed 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 Details- VSDestroyEventConstructs the event for a component.- Parameters:
- source- The source.
- Throws:
- NullPointerException- If the source is null.
 
 
- Method Details- getSourceGets the VirtualSpace or its destroyed component.- Overrides:
- getSourcein class- BaseEvent<IVSComponent>