|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpaceAction
Interface for space actions. These actions can be executed synchronously or asynchronously in the space according to the perform method chosen.
| Field Summary | |
|---|---|
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). |
| Method Summary | |
|---|---|
Object |
perform(Map parameters,
IEnvironmentSpace space)
Executes the delayed action. |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getProperty, getPropertyNames, hasProperty, setProperty |
| Field Detail |
|---|
static final String OBJECT_ID
static final String ACTOR_ID
| Method Detail |
|---|
Object perform(Map parameters,
IEnvironmentSpace space)
parameters - parameters for the actionspace - the environment space
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||