Package jaxx.runtime
Class DataBindingListener
java.lang.Object
jaxx.runtime.DataBindingListener
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
public class DataBindingListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
A
PropertyChangeListener which processes a data binding when it receives a
PropertyChangeEvent.-
Constructor Summary
Constructors Constructor Description DataBindingListener(JAXXObject object, java.lang.String dest)Creates a newDataBindingListenerwhich will run the given data binding when it receives aPropertyChangeEvent. -
Method Summary
Modifier and Type Method Description voidpropertyChange(java.beans.PropertyChangeEvent e)Processes the data binding in response to aPropertyChangeEvent.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataBindingListener
Creates a newDataBindingListenerwhich will run the given data binding when it receives aPropertyChangeEvent.- Parameters:
object- the object in which the data binding existsdest- the name of the data binding to run
-
-
Method Details
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)Processes the data binding in response to aPropertyChangeEvent.- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener- Parameters:
e- the event which triggered the binding
-