Class TerminalState<E>

  • Type Parameters:
    E - The type of events the FSM processes.
    All Implemented Interfaces:
    InputState<E>, State<E>

    public class TerminalState<E>
    extends Object
    implements InputState<E>
    An FSM state. A terminal state ends normally an FSM.