Package com.jbbres.lib.actions.elements

Provides the public model (interfaces and classes) that developers can use to create their own actions and variables.

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.
 

Package com.jbbres.lib.actions.elements Description

Provides the public model (interfaces and classes) that developers can use to create their own actions and variables.


Related Documentation

For more information on how to create your own elements, consult the Action(s) Developer Guide or visit http://app.jbbres.com/actions/developers/.



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.