| Interface | Description |
|---|---|
| ChangeListener |
Functional interface for listeners which are notified whenever the state of a FSM changes.
|
| Class | Description |
|---|---|
| Event |
An FSM event which may trigger a transition.
|
| FSM |
Implementation of a finite state machine (FSM).
|
| Transition |
A Transition transfers the FSM from a start state to an end state and is triggered by an event.
|