Uses of Interface
cn.sliew.milky.common.state.StateMachine
-
Packages that use StateMachine Package Description cn.sliew.milky.common.state -
-
Uses of StateMachine in cn.sliew.milky.common.state
Classes in cn.sliew.milky.common.state with type parameters of type StateMachine Modifier and Type Interface Description interfaceState<T extends StateMachine>This interface must be extended by any class that should implement a certain state in the state machine.
-