public interface ISpaceAction extends IPropertyObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTOR_ID
The constant for the actor id parameter (component performing the action).
|
static java.lang.String |
OBJECT_ID
The constant for the object id parameter (target of the action).
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
perform(java.util.Map<java.lang.String,java.lang.Object> parameters,
IEnvironmentSpace space)
Executes the delayed action.
|
getProperty, getPropertyNames, hasProperty, setProperty
static final java.lang.String OBJECT_ID
static final java.lang.String ACTOR_ID
java.lang.Object perform(java.util.Map<java.lang.String,java.lang.Object> parameters, IEnvironmentSpace space)
parameters
- parameters for the actionspace
- the environment space