Class InitState<E>

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

    public class InitState<E>
    extends OutputStateImpl<E>
    An FSM state. An initial state is the unique state that can start an FSM.