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

Packages that use VariableService
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. 
 

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

Methods in com.jbbres.lib.actions.elements that return VariableService
 VariableService Variable.getService()
           
 VariableService InvalidVariableValueException.getVariableService()
          Returns the variable's service that is throwing the exception.
 VariableService InvalidVariableInstanceNameException.getVariableService()
          Returns the variable's service that is throwing the exception.
 

Constructors in com.jbbres.lib.actions.elements with parameters of type VariableService
InvalidVariableInstanceNameException(VariableService service, java.lang.String instanceName)
          Instantiates a new invalid variable instance name exception.
InvalidVariableValueException(VariableService service, java.lang.Object value)
          Instantiates a new invalid variable value exception.
VariableServiceEvent(VariableService source)
          Instantiates a new event.
VariableServiceEvent(VariableService source, java.lang.Object oldValue)
          Instantiates a new event.
VariableServiceEvent(VariableService source, java.lang.Object oldValue, java.lang.String oldInstanceName)
          Instantiates a new event.
 

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

Classes in com.jbbres.lib.actions.tools.elements that implement VariableService
 class AbstractVariableService<C>
          This abstract class provides default implementations for most of the methods in the VariableService interface.
 class RuntimeVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class SimpleVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 class StorageVariable<C>
          This abstract class provides default implementations for most of the methods in the Variable interface.
 

Methods in com.jbbres.lib.actions.tools.elements that return VariableService
 VariableService SimpleVariable.getService()
           
 



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.