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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tperform()Method to implement the action
-
-
-
Method Detail
-
perform
T perform()
Method to implement the action- Returns:
- the next state
-
-