|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpaceProcess
Space process interface. Use this interface to implement new space processes.
| Field Summary | |
|---|---|
static String |
ID
|
| Method Summary | |
|---|---|
void |
execute(IClockService clock,
IEnvironmentSpace space)
Executes the environment process |
void |
shutdown(IEnvironmentSpace space)
This method will be executed by the object before the process is removed from the execution queue. |
void |
start(IClockService clock,
IEnvironmentSpace space)
This method will be executed by the object before the process gets added to the execution queue. |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getProperty, getPropertyNames, hasProperty, setProperty |
| Field Detail |
|---|
static final String ID
| Method Detail |
|---|
void start(IClockService clock,
IEnvironmentSpace space)
clock - The clock.space - The space this process is running in.void shutdown(IEnvironmentSpace space)
clock - The clock.space - The space this process is running in.
void execute(IClockService clock,
IEnvironmentSpace space)
clock - The clock.space - The space this process is running in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||