|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Action | An interface that specifies all methods essential to an Action(s)'s action. |
| ActionDescription | Provides information regarding the action, such as its name, a short description, its version number etc. |
| ActionExecutionListener | The listener interface for receiving ActionService execution related
events. |
| ActionService | The service provided by an action. |
| Category | An interface representing a category of Elements. |
| Element | An interface that specifies all methods essential to an Action(s) 's element (an action or a variable). |
| ElementDescription<T extends Element> | Provides information regarding the element, such as its name, a short description, its version number etc. |
| ElementDescriptionChangeListener | The listener interface for receiving ElementDescription change
events. |
| ElementService | The service provided by the element. |
| Variable | An interface that specifies all methods essential to an Action(s)'s variable. |
| VariableDescription | Provides information regarding the variable, such as its name, a short description, its version number etc. |
| VariableService | The service provided by a variable. |
| VariableServiceListener | The listener interface for receiving VariableService events. |
| Class Summary | |
|---|---|
| ActionExecutionEvent | A semantic event which indicates that an event related to the action execution occured. |
| Category.SearchField | A search field associated to the category object. |
| ElementDescriptionChangeEvent | ElementDescriptionChangeEvent is used to notify interested
parties that a value has changed in the element description (
ElementDescription) source. |
| ElementUtilities | Miscellaneous Element utility methods. |
| Parameters | Represents a persistent set of data that can be associated to an
Element (an action or a variable for example). |
| VariableServiceEvent | A semantic event which indicates that an event occured on a
VariableService. |
| VariableUtilities | Miscellaneous Variable utility methods. |
| Exception Summary | |
|---|---|
| ActionExecutionException | Thrown to indicate an error has occurred during the
ActionService execution and that the execution has been stopped. |
| InvalidParametersException | Signals that an incorrect Parameters object is trying to be assigned
to the Element. |
| InvalidVariableInstanceNameException | Signals that an incorrect instance name is trying to be assigned to a variable instance. |
| InvalidVariableValueException | Signals that an incorrect ivalue is trying to be assigned to a variable instance. |
Provides the public model (interfaces and classes) that developers can use to create their own actions and variables.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||