Interface StateMachine.Action<T>

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

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

    Modifier and Type
    Method
    Description
    Method to implement the action
  • Method Details

    • perform

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