|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.DataBindingListener
public class DataBindingListener
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 |
|---|
public DataBindingListener(JAXXObject object,
java.lang.String dest)
DataBindingListener which will run the given data binding
when it receives a PropertyChangeEvent.
object - the object in which the data binding existsdest - the name of the data binding to run| Method Detail |
|---|
public void propertyChange(java.beans.PropertyChangeEvent e)
PropertyChangeEvent.
propertyChange in interface java.beans.PropertyChangeListenere - the event which triggered the binding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||