|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessInterface
Field Summary | |
---|---|
static short |
DEAD
the DEAD state of the process |
static short |
EXECUTING
the EXECUTING state of the process |
static short |
INITIAL
the INITIAL state of the process |
static EventType |
STATE_CHANGE_EVENT
state change events are fired whenever the state of a process changes. |
static short |
SUSPENDED
the SUSPENDED state of the process |
Method Summary | |
---|---|
short |
getState()
Returns the state of a process |
void |
process()
processes the process |
void |
resume()
resumes this process |
void |
suspend()
suspends the process. |
Field Detail |
---|
static final EventType STATE_CHANGE_EVENT
static final short INITIAL
static final short EXECUTING
static final short SUSPENDED
static final short DEAD
Method Detail |
---|
void process()
void resume()
void suspend()
short getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |