Uses of Package
com.iizix.api.vs
Packages that use com.iizix.api.vs Package Description com.iizix.actionactor com.iizix.actionactor.test com.iizix.api.vs com.iizix.prop.vs com.iizix.prop.vs.actor Classes in com.iizix.api.vs used by com.iizix.actionactor Class Description IJavaActionActor Interface that must be implemented by a Java Action Actor used when a VirtualSpace Action is fired.Classes in com.iizix.api.vs used by com.iizix.actionactor.test Class Description IJavaActionActor Interface that must be implemented by a Java Action Actor used when a VirtualSpace Action is fired.Classes in com.iizix.api.vs used by com.iizix.api.vs Class Description JavaActionActor Annotation for tagging classes that are Java Action Actors.JavaActorParam Annotation used to define a Java Action Actor parameter that will be provided in the settings property at runtime.JavaActorParam.Type Type of parameter.OnVSAction Annotation for tagging methods to receive VirtualSpace Action events.OnVSChange Annotation for tagging methods to receive VirtualSpace Change events.OnVSCreate Annotation for tagging methods to receive VirtualSpace Create events.OnVSDestroy Annotation for tagging methods to receive VirtualSpace Destroy events.OnVSField Annotation for tagging methods to receive VirtualSpace Field events, i.e.OnVSFieldStatic Annotation for tagging methods to receive VirtualSpace Field events, i.e.OnVSFocus Annotation for tagging methods to receive VirtualSpace Focus events.OnVSState Annotation for tagging methods to receive VirtualSpace State events.VSBaseEvent Base event for all VirtualSpace events in the API.VSBaseEventWithTrigger Base event for all VirtualSpace events in the API.VSFieldEvent.Category Category for message.VSFieldEvent.Op The Virtual Field Event Operations.Classes in com.iizix.api.vs used by com.iizix.prop.vs Class Description IVSFocusHandler An interface used for advanced processing of focus mappings when the standard engines cannot be used.Classes in com.iizix.api.vs used by com.iizix.prop.vs.actor Class Description VSFieldEvent The VirtualSpace Field Value Event is a multi-purpose event that is used for validation and conversion of a value type between two native types, e.g.VSFieldEvent.Op The Virtual Field Event Operations.