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