| Package | Description |
|---|---|
| com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionAction.onTransition(String sName,
S stateFrom,
S stateTo,
Event<S> event,
ExecutionContext context)
Performs the necessary actions as part of a
Transition from one
state to another, triggered by a specified Event. |