it.amattioli.guidate.properties
Class BindingUpdater

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.properties.BindingUpdater
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class BindingUpdater
extends Object
implements PropertyChangeListener


Field Summary
static String ON_BINDING_UPDATE
           
 
Constructor Summary
BindingUpdater(String propertyName, org.zkoss.zk.ui.Component component)
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_BINDING_UPDATE

public static final String ON_BINDING_UPDATE
See Also:
Constant Field Values
Constructor Detail

BindingUpdater

public BindingUpdater(String propertyName,
                      org.zkoss.zk.ui.Component component)
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2011. All Rights Reserved.