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.
|
Copyright © 2016. All Rights Reserved.