Uses of Interface
com.jbbres.lib.actions.elements.ActionService

Packages that use ActionService
com.jbbres.lib.actions.elements Provides the public model (interfaces and classes) that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements Provides the public classes that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements.variables Provides classes associated to an action that gets the value of the specified variable and, when applicable, allows to modify it. 
 

Uses of ActionService in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements that return ActionService
 ActionService ActionExecutionEvent.getActionService()
          Returns the ActionService that has raised the event.
 ActionService Action.getService()
           
 

Constructors in com.jbbres.lib.actions.elements with parameters of type ActionService
ActionExecutionEvent(ActionService source)
          Instantiates a new event.
ActionExecutionEvent(ActionService source, int status)
          Instantiates a new event.
ActionExecutionEvent(ActionService source, int status, java.lang.Object input, Parameters parameters, java.lang.Object result)
          Instantiates a new event.
ActionExecutionEvent(ActionService source, int status, java.lang.Object input, Parameters parameters, java.lang.Object result, java.lang.Throwable exception)
          Instantiates a new event.
ActionExecutionEvent(ActionService source, java.lang.Object input, Parameters parameters)
          Instantiates a new event.
 

Uses of ActionService in com.jbbres.lib.actions.tools.elements
 

Classes in com.jbbres.lib.actions.tools.elements that implement ActionService
 class AbstractActionService<I,O>
          This abstract class provides default implementations for most of the methods in the ActionService interface.
 class SimpleAction<I,O>
          This abstract class provides default implementations for most of the methods in the Action interface.
 

Methods in com.jbbres.lib.actions.tools.elements that return ActionService
 ActionService AbstractActionUI.getActionService()
          Returns the action service associated to this UI.
 ActionService SimpleAction.getService()
           
 

Uses of ActionService in com.jbbres.lib.actions.tools.elements.variables
 

Classes in com.jbbres.lib.actions.tools.elements.variables that implement ActionService
 class VariableActionService
          The ActionService for VariableAction.
 



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.