Uses of Class
org.zkoss.fsm.StateMachine

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.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo