Interface StateMachine.Action<T>

  • Type Parameters:
    T - type
    Enclosing class:
    StateMachine<T>

    public static interface StateMachine.Action<T>
    Interface to implement an Action
    • Method Detail

      • perform

        T perform()
        Method to implement the action
        Returns:
        the next state