| Modifier and Type | Interface and Description |
|---|---|
interface |
TransitionListener<S,E,T,C>
A transition listener is invoked after a state is exited and before a new
state is entered.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineBuilder<S,E,T,C,M> |
StateMachineBuilder.withListener(StateMachineListener<S,E,T,C> listener)
Define a new listener.
|
Copyright © 2015. All rights reserved.