| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionExecutionService.addExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener)
Add before action execution listener which can be used for monitoring execution
|
void |
StateMachine.addExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
void |
ActionExecutionService.removeExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener)
Remove before action execution listener
|
void |
StateMachine.removeExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecutionService.addExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
void |
AbstractStateMachine.addExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
void |
AbstractExecutionService.removeExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
void |
AbstractStateMachine.removeExecActionListener(ActionExecutionService.BeforeExecActionListener<T,S,E,C> listener) |
Copyright © 2013–2016. All rights reserved.