public class DataBindingListener extends Object implements PropertyChangeListener
PropertyChangeListener which processes a data binding when it receives a
PropertyChangeEvent.| Constructor and Description |
|---|
DataBindingListener(JAXXObject object,
String dest)
Creates a new
DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent e)
Processes the data binding in response to a
PropertyChangeEvent. |
public DataBindingListener(JAXXObject object, String dest)
DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent.object - the object in which the data binding existsdest - the name of the data binding to runpublic void propertyChange(PropertyChangeEvent e)
PropertyChangeEvent.propertyChange in interface PropertyChangeListenere - the event which triggered the bindingCopyright © 2008–2020 Ultreia.io. All rights reserved.