| java.lang.Object jaxx.runtime.DataBindingListener
DataBindingListener | public class DataBindingListener implements PropertyChangeListener(Code) | | A PropertyChangeListener which processes a data binding when it receives a
PropertyChangeEvent .
|
Constructor Summary | |
public | DataBindingListener(JAXXObject object, String dest) Creates a new DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent . |
DataBindingListener | public DataBindingListener(JAXXObject object, String dest)(Code) | | 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 exists Parameters: dest - the name of the data binding to run |
propertyChange | public void propertyChange(PropertyChangeEvent e)(Code) | | Processes the data binding in response to a PropertyChangeEvent .
Parameters: e - the event which triggered the binding |
|
|