public interface StateChangeListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Enum oldState,
Enum newState)
Deprecated.
A change of state has occurred for a FSM.
|
void |
stateChanged(T source,
Enum oldState,
Enum newState)
A change of state has occurred for a FSM.
|
@Deprecated void stateChanged(Enum oldState, Enum newState)
oldState - Old state of FSMnewState - New state of FSMCopyright © 2016. All Rights Reserved.