com.jbbres.lib.actions.tools.elements.variables
Class VariableActionServiceEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jbbres.lib.actions.tools.elements.variables.VariableActionServiceEvent
All Implemented Interfaces:
java.io.Serializable

public class VariableActionServiceEvent
extends java.util.EventObject

A semantic event which indicates that an event occurred in a VariableActionService.

This event is generated by a VariableActionService when the variable is modified. The event is passed to every ActionVariableServiceListener object that registered to receive such events using the servoice's addActionVariableServiceListener method.

The object that implements the ActionVariableServiceListener interface gets this VariableActionService when the event occurs.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
Serialized Form

Constructor Summary
VariableActionServiceEvent(VariableActionService source)
          Instantiates a new event.
 
Method Summary
 Variable getVariable()
          Returns the variable associated to the source model.
 boolean isAssignVariableValue()
          Returns the assign variable value flag associated to the source model.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableActionServiceEvent

public VariableActionServiceEvent(VariableActionService source)
Instantiates a new event.

Parameters:
source - - the source model
Method Detail

getVariable

public Variable getVariable()
Returns the variable associated to the source model.

Returns:
the variable

isAssignVariableValue

public boolean isAssignVariableValue()
Returns the assign variable value flag associated to the source model.

Returns:
the assign variable value flag associated to the source model


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.