jaxx.runtime
Class DataBindingUpdateListener
java.lang.Object
jaxx.runtime.DataBindingUpdateListener
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class DataBindingUpdateListener
- extends Object
- implements PropertyChangeListener
A PropertyChangeListener which removes and re-applies a 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 |
DataBindingUpdateListener
public DataBindingUpdateListener(JAXXObject object,
String dest)
- 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 existsdest - the name of the data binding to reapply
getBindingName
public String getBindingName()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Updates the data binding in response to a
PropertyChangeEvent.
- Specified by:
propertyChange in interface PropertyChangeListener
- Parameters:
e - the event which triggered the binding
Copyright © 2008-2011 CodeLutin. All Rights Reserved.