com.bea.connector
Interface VariableChangeListener


public interface VariableChangeListener


Nested Class Summary
static class VariableChangeListener.VariableChangeEvent
           
 
Method Summary
 void variableChanged(VariableChangeListener.VariableChangeEvent evt)
          Indicates that a single variable was changed, and gives access to the new and old values.
 void variablesChanged(VariableChangeListener.VariableChangeEvent[] changes)
          Indicates that a batch of variables (one or more) were changed.
 

Method Detail

variableChanged

void variableChanged(VariableChangeListener.VariableChangeEvent evt)
Indicates that a single variable was changed, and gives access to the new and old values.


variablesChanged

void variablesChanged(VariableChangeListener.VariableChangeEvent[] changes)
Indicates that a batch of variables (one or more) were changed. The provided VariableChangedEvent array describes each change in the batch.