jaxx.runtime
Class DataBindingListener

java.lang.Object
  extended by 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
DataBindingListener(JAXXObject object, java.lang.String dest)
          Creates a new DataBindingListener which will run the given data binding when it receives a PropertyChangeEvent.
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
          Processes the data binding in response to a PropertyChangeEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBindingListener

public DataBindingListener(JAXXObject object,
                           java.lang.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 exists
dest - the name of the data binding to run
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Processes the data binding in response to a PropertyChangeEvent.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - the event which triggered the binding


Copyright © 2008-2009 CodeLutin. All Rights Reserved.