| Modifier and Type | Method and Description |
|---|---|
IEntryExitAction<StateId,Event> |
CompositeStateBuilder.getEntryExitAction()
Get the callbacks that are called when the state is entered or exited.
|
IEntryExitAction<StateId,Event> |
StateBuilder.getEntryExitAction()
Get the callbacks that are called when the state is entered or exited.
|
IEntryExitAction<StateId,Event> |
IState.getEntryExitAction() |
| Modifier and Type | Method and Description |
|---|---|
CompositeStateBuilder<StateId,Event> |
CompositeStateBuilder.setEntryExitAction(IEntryExitAction<StateId,Event> action)
Set the callbacks that are called when the state is entered or exited.
|
StateBuilder<StateId,Event> |
StateBuilder.setEntryExitAction(IEntryExitAction<StateId,Event> action)
Set the callbacks that are called when the state is entered or exited.
|
void |
IState.setEntryExitAction(IEntryExitAction<StateId,Event> action) |