S - the type of stateE - the type of eventpublic interface ActionListener<S,E>
ActionListener for various action events.| Modifier and Type | Method and Description |
|---|---|
void |
onExecute(StateMachine<S,E> stateMachine,
Action<S,E> action,
long duration)
Notified duration of a particular action.
|