Uses of Interface
cn.sliew.milky.common.state.StateEvent
-
Packages that use StateEvent Package Description cn.sliew.milky.common.state -
-
Uses of StateEvent in cn.sliew.milky.common.state
Methods in cn.sliew.milky.common.state with parameters of type StateEvent Modifier and Type Method Description booleanStateMachine. handleEvent(StateEvent event)Handle an event in the current state.booleanState. processEvent(T fsm, StateEvent event)This method processed received event.
-