com.jbbres.lib.actions.elements
Interface VariableServiceListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractVariableComboBox, JDateComboBox, JFileComboBox, JImageComboBox, JVComboBox

public interface VariableServiceListener
extends java.util.EventListener

The listener interface for receiving VariableService events. The class that is interested in processing an VariableService event implements this interface, and the object created with that class is registered with the VariableService, using the addVariableServiceListener(VariableServiceListener) method. When a VariableService event occurs, that object's corresponding method is invoked.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres

Method Summary
 void variableInstanceNameChanged(VariableServiceEvent e)
          Invoked when the variable instance name is changed.
 void variableValueChanged(VariableServiceEvent e)
          Invoked when the variable value is changed.
 

Method Detail

variableValueChanged

void variableValueChanged(VariableServiceEvent e)
Invoked when the variable value is changed.

Parameters:
e - - the event

variableInstanceNameChanged

void variableInstanceNameChanged(VariableServiceEvent e)
Invoked when the variable instance name is changed.

Parameters:
e - - 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.