public class RunningHandler extends StateHandler<StateMachine.State,Context>
Constructor and Description |
---|
RunningHandler() |
Modifier and Type | Method and Description |
---|---|
StateMachine.State |
runAndGetNextState(Context context)
Runs the main logic of StateMachine State and returns the next State.
|
onEntry, onExit
public StateMachine.State runAndGetNextState(Context context)
StateHandler
runAndGetNextState
in class StateHandler<StateMachine.State,Context>
context
- the CONTEXT
.