|
Interface Summary |
| AppAnswerEvent |
Basic class for application specific answer event (Sx, Rx, Gx) |
| AppEvent |
Basic class for application specific event (Sx, Rx, Gx) |
| AppRequestEvent |
Basic class for application specific request event (Sx, Rx, Gx) |
| AppSession |
Basic class for application specific session (Sx, Rx, Gx) |
| State |
This interface must be extended by any class that should implement a certain state in the state machine. |
| StateChangeListener<T> |
Interface used to inform about changes in the state for a FSM. |
| StateEvent |
The Event class holds information about the different events that can be handled
by the state machine. |
| StateMachine |
The StateMachine lets you organize event handling,
if the order of the events are important to you. |