Uses of Interface
cn.sliew.milky.common.state.State
-
Packages that use State Package Description cn.sliew.milky.common.state -
-
Uses of State in cn.sliew.milky.common.state
Methods in cn.sliew.milky.common.state with parameters of type State Modifier and Type Method Description voidStateChangeListener. stateChanged(T source, State oldState, State newState)A change of state has occurred for a FSM.
-