jaxx.runtime
Class DataBindingListener
java.lang.Object
jaxx.runtime.DataBindingListener
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class DataBindingListener
- extends Object
- implements PropertyChangeListener
A PropertyChangeListener which processes a data binding when it receives a
PropertyChangeEvent.
|
Constructor Summary |
DataBindingListener(JAXXObject object,
String dest)
Creates a new DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBindingListener
public DataBindingListener(JAXXObject object,
String dest)
- Creates a new
DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent.
- Parameters:
object - the object in which the data binding existsdest - the name of the data binding to run
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Processes the data binding in response to a
PropertyChangeEvent.
- Specified by:
propertyChange in interface PropertyChangeListener
- Parameters:
e - the event which triggered the binding
Copyright © 2008-2010 CodeLutin. All Rights Reserved.