Uses of Package
cn.sliew.milky.common.state
-
Packages that use cn.sliew.milky.common.state Package Description cn.sliew.milky.common.state -
Classes in cn.sliew.milky.common.state used by cn.sliew.milky.common.state Class Description State This interface must be extended by any class that should implement a certain state in the state machine.StateChangeListener Interface used to inform about changes in the state for a FSM.StateEvent The Event class holds information about the different events that can be handled by the state machine.StateMachine The StateMachine lets you organize event handling, if the order of the events are important to you.