Modifier and Type | Method and Description |
---|---|
StateBuilder<StateId,Event> |
SubStateMachineBuilder.addState(StateId id)
Add a new state.
|
StateBuilder<StateId,Event> |
StateBuilder.setEntryExitAction(IEntryExitAction<StateId,Event> action)
Set the callbacks that are called when the state is entered or exited.
|