Interface State<E>

    • Method Detail

      • getFSM

        FSM<E> getFSM()
      • checkStartingState

        default void checkStartingState()
                                 throws CancelFSMException
        Checks whether the starting state of the fsm is this state. In this case, the fsm is notified about the starting of the FSM.
        Throws:
        CancelFSMException
      • uninstall

        default void uninstall()