Package com.iizix.prop.vs
Interface IVSActionListenerAsActor
-
- All Superinterfaces:
IVSActionListener
,IVSComponentListener
,IVSComponentState
public interface IVSActionListenerAsActor extends IVSActionListener
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.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addRequiredActionActor(VSAction action, IComplexOperation op)
Adds the required Action Actor in the VSAction.java.lang.String
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, onStateChanged
-
Methods inherited from interface com.iizix.prop.vs.IVSComponentListener
onParentStateChanged
-
-
-
-
Method Detail
-
hasActionActor
java.lang.String hasActionActor(VSAction action)
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
void addRequiredActionActor(VSAction action, IComplexOperation op)
Adds the required Action Actor in the VSAction.- Parameters:
action
- The action that should contain the Action Actor.
-
-