| java.lang.Object jaxx.runtime.DataBindingUpdateListener
DataBindingUpdateListener | public class DataBindingUpdateListener implements PropertyChangeListener(Code) | | A PropertyChangeListener which removes and re-applies a data binding
when it receives a PropertyChangeEvent .
|
Constructor Summary | |
public | DataBindingUpdateListener(JAXXObject object, String dest) Creates a new DataBindingUpdateListener which will remove and re-apply a
data binding when it receives a PropertyChangeEvent . |
DataBindingUpdateListener | public DataBindingUpdateListener(JAXXObject object, String dest)(Code) | | Creates a new DataBindingUpdateListener which will remove and re-apply a
data binding when it receives a PropertyChangeEvent .
Parameters: object - the object in which the data binding exists Parameters: dest - the name of the data binding to reapply |
propertyChange | public void propertyChange(PropertyChangeEvent e)(Code) | | Updates the data binding in response to a PropertyChangeEvent .
Parameters: e - the event which triggered the binding |
|
|