See: Description
| Interface | Description |
|---|---|
| AcsScxmlActionDispatcher.ActionExceptionHandler | |
| AcsScxmlActionExecutor<A extends java.lang.Enum<A>> |
| Class | Description |
|---|---|
| AcsScxmlActionDispatcher<A extends java.lang.Enum<A>> |
The user-supplied dispatcher that will be invoked by an
instance of
AcsScxmlDispatchingAction,
thus bringing action handlers under user control
instead of using directly the handler instantiated by the SCXML framework. |
| AcsScxmlDispatchingAction<E extends java.lang.Enum<E>> |
Action implementation class to be instantiated by the SCXML framework.
|
| AcsScxmlEngine<S extends java.lang.Enum<S>,A extends java.lang.Enum<A>> |
Class that encapsulates the Scxml engine for ACS.
|