Class VSChangeEvent
- All Implemented Interfaces:
IMessageBox
The VirtualSpace Change Event is fired when the VirtualSpace components is changed, after successful or unsuccessful validation.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from interface IMessageBox
IMessageBox.IconField Summary
Fields inherited from interface IMessageBox
ICON_ERROR, ICON_INFORMATION, ICON_MAP, ICON_NONE, ICON_QUESTION, ICON_WARNINGConstructor Summary
ConstructorsConstructorDescriptionVSChangeEvent(IVSComponent source) Constructs the event for a change without a trigger source.VSChangeEvent(IVSComponent source, GProp<?> trigger) Constructs the event for a change event with a property being the trigger source, e.g.Method Summary
Methods inherited from class VSBaseEventWithTrigger
getTrigger, getTriggerClientSessionGyro, getTriggerUIComp, paramStringMethods inherited from class VSBaseEvent
getAppSessionGyro, getVirtualSpaceMethods inherited from class BaseEvent
getAction, getAction2, getActionNull, getActionNull2, getField, getField2, getFieldNull, getFieldNull2, getGroup, getGroup2, getGroupNull, getGroupNull2, getSource, getTable, getTable2, getTableNull, getTableNull2, getTime, getVirtualizedVirtualSpace, getVSComponent, getVSComponent2, getVSComponentNull, getVSComponentNull2, messageBox, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IMessageBox
messageBox, messageBox, messageBox
Constructor Details
VSChangeEvent
Constructs the event for a change without a trigger source.- Parameters:
source- The source.- Throws:
NullPointerException- If the source is null.
VSChangeEvent
Constructs the event for a change event with a property being the trigger source, e.g. an UIButton or UICheckBox.- Parameters:
source- The source.trigger- The trigger property.