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
  • Method Details

    • hasActionActor

      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.