Package com.iizix.prop.vs
Interface IVSActionListenerAsActor
- All Superinterfaces:
IVSActionListener,IVSComponentListener,IVSComponentState
Tagging interface used by Action Actors being part of the VSAction list of actions.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from interface com.iizix.prop.vs.IVSComponentState
IVSComponentState.StateMethod Summary
Modifier and TypeMethodDescriptionvoidaddRequiredActionActor(VSAction action, IComplexOperation op) Adds the required Action Actor in the VSAction.hasActionActor(VSAction action) Verifies that the VSAction referenced really has an Action Actor that is corresponding.Methods inherited from interface com.iizix.prop.vs.IVSActionListener
onActionCompleted, onActionInvoked, onBroken, onResolved, onStateChangedMethods inherited from interface com.iizix.prop.vs.IVSComponentListener
onParentStateChanged
Method Details
hasActionActor
Verifies that the VSAction referenced really has an Action Actor that is corresponding.- Parameters:
action- The action that should contain the Action Actor.- Returns:
- null for success, otherwise an error message.
addRequiredActionActor
Adds the required Action Actor in the VSAction.- Parameters:
action- The action that should contain the Action Actor.