S
- the type of stateE
- the type of eventpublic interface Action<S,E>
Action
with a StateContext
.Modifier and Type | Method and Description |
---|---|
void |
execute(StateContext<S,E> context)
Execute action with a
StateContext . |
void execute(StateContext<S,E> context)
StateContext
.context
- the state context