com.jbbres.lib.actions.tools.elements.variables
Interface VariableActionServiceListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
VariableActionDescription, VariableActionUI

public interface VariableActionServiceListener
extends java.util.EventListener

The listener interface for receiving VariableActionService events. The class that is interested in processing a VariableActionService event implements this interface, and the object created with that class is registered with a component using the component's addVariableActionServiceListener method. When the VariableActionService event occurs, that object's appropriate method is invoked.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
VariableActionServiceEvent

Method Summary
 void assignValueChange(VariableActionServiceEvent event)
          Invocated when the assign value flag changes.
 void variableChange(VariableActionServiceEvent event)
          Invocated when the variable changes.
 

Method Detail

variableChange

void variableChange(VariableActionServiceEvent event)
Invocated when the variable changes.

Parameters:
event - - the event

assignValueChange

void assignValueChange(VariableActionServiceEvent event)
Invocated when the assign value flag changes.

Parameters:
event - - the event


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.