Package cn.sliew.milky.common.state
Interface StateChangeListener<T>
-
public interface StateChangeListener<T>Interface used to inform about changes in the state for a FSM.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstateChanged(T source, State oldState, State newState)A change of state has occurred for a FSM.
-