See: Description
| Interface | Description |
|---|---|
| IActionHandler |
An object that can process an action definition in a defined event context.
|
| IActionHandlerRegistry |
A factory for action handler objects.
|
| IActionProcessor |
A processor (interpreter) object for action definition objects.
|
| Class | Description |
|---|---|
| AbstractActionHandler |
A common convenience superclass for implementing IActionHandler objects.
|
| ActionHandlerRegistry |
A singleton for the
IActionHandlerRegistry. |
| ActionProcessor |
A singleton for the
IActionProcessor. |
| ActionTools |
Tool class for
PDAction related tasks. |
| ActionTools.ActionDisablement |
Handle type for disable/enable action processing
|
| PACKAGE | |
| StandardActionHandlerRegistry |
The default implementation for a action handler factory.
|
| StandardActionProcessor |
The standard
IActionProcessor implementation. |
| TriggerEvent |
An event that leads to the processing of an action or action sequence.
|
| Exception | Description |
|---|---|
| ActionException |
An exception encountered ahile handling a action or action sequence.
|
Concrete implementations have to be provided by the application itself, as the heavily depend on the applications abilities (JavaScript) and interaction behavior.
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.