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
-
Method Details
-
perform
T perform()Method to implement the action- Returns:
- the next state
-