public class DataBindingUpdateListener extends Object implements PropertyChangeListener
PropertyChangeListener which removes and re-applies a data binding
when it receives a PropertyChangeEvent.| Constructor and Description |
|---|
DataBindingUpdateListener(JAXXObject object,
String dest)
Creates a new
DataBindingUpdateListener which will remove and re-apply a
data binding when it receives a PropertyChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingName() |
void |
propertyChange(PropertyChangeEvent e)
Updates the data binding in response to a
PropertyChangeEvent. |
public DataBindingUpdateListener(JAXXObject object, String dest)
DataBindingUpdateListener which will remove and re-apply a
data binding when it receives a PropertyChangeEvent.object - the object in which the data binding existsdest - the name of the data binding to reapplypublic String getBindingName()
public void propertyChange(PropertyChangeEvent e)
PropertyChangeEvent.propertyChange in interface PropertyChangeListenere - the event which triggered the bindingCopyright © 2008–2017 Ultreia.io. All rights reserved.