|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
State Machine Context - bridge to environment.
Consist of three contexts:
Nested Class Summary | |
static interface |
StateMachineContext.Context
Desribes methods that any context must implement. |
Method Summary | |
StateMachineContext.Context |
getApplicationContext()
Must return application context |
StateMachineContext.Context |
getEventContext()
Must return event context |
StateMachineContext.Context |
getUserContext()
Must return user context |
Method Detail |
public StateMachineContext.Context getApplicationContext()
public StateMachineContext.Context getUserContext()
public StateMachineContext.Context getEventContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |