Interface ISpaceAction

    • Field Detail

      • OBJECT_ID

        static final java.lang.String OBJECT_ID
        The constant for the object id parameter (target of the action).
        See Also:
        Constant Field Values
      • ACTOR_ID

        static final java.lang.String ACTOR_ID
        The constant for the actor id parameter (component performing the action).
        See Also:
        Constant Field Values
    • Method Detail

      • perform

        java.lang.Object perform​(java.util.Map<java.lang.String,​java.lang.Object> parameters,
                                 IEnvironmentSpace space)
        Executes the delayed action. Called by the Executor.
        Parameters:
        parameters - parameters for the action
        space - the environment space