See: Description
| Interface | Description |
|---|---|
| EventSubscriberAllActionsHandler |
A convenience interface that bundles all state machine actions as methods.
|
| EventSubscriberSignalHandler |
Interface to send events to the SM, similar
to the IDL-generated component "Operations" interface
|
| Class | Description |
|---|---|
| EventSubscriberActionDispatcher |
Convenience class for dispatching from enum-based
AcsScxmlActionExecutor
to action handler EventSubscriberAllActionsHandler. |
| EventSubscriberSignalDispatcher |
Dispatches SM signals (events) by calling
AcsScxmlEngine.fireSignalWithErrorFeedback(Enum)
on the provided state machine. |
| Enum | Description |
|---|---|
| EventSubscriberAction |
All SM actions get mapped to the generic
AcsScxmlDispatchingAction
that is parametrized with an action enum such as this one. |
| EventSubscriberSignal |
Signal (event) for the EventSubscriber state machine.
|