|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateMachine | |
---|---|
org.zkoss.fsm | An easy-to-use Finite State Machine implementation. |
Uses of StateMachine in org.zkoss.fsm |
---|
Fields in org.zkoss.fsm declared as StateMachine | |
---|---|
protected StateMachine<E,C,IN> |
StateCtx._machine
|
protected StateMachine<E2,C2,IN> |
MacroStateCtx._submachine
|
Methods in org.zkoss.fsm that return StateMachine | |
---|---|
StateMachine<E,C,IN> |
StateMachine.setDebugMode(boolean mode)
Set debug mode, where onDebug(String) is called at certain timing to
assist user develop the state machine |
Methods in org.zkoss.fsm with parameters of type StateMachine | |
---|---|
protected StateCtx<E,C,IN> |
StateCtx.setMaster(StateMachine<E,C,IN> master)
Sets the owner state machine. |
Constructors in org.zkoss.fsm with parameters of type StateMachine | |
---|---|
MacroStateCtx(StateMachine<E2,C2,IN> submachine)
Construct a macro state, which consists of a state machine by itself. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |