Uses of Interface
org.jboss.util.property.BoundPropertyListener

Packages that use BoundPropertyListener
org.jboss.util.property An advanced property access, managment and notification system. 
 

Uses of BoundPropertyListener in org.jboss.util.property
 

Classes in org.jboss.util.property that implement BoundPropertyListener
 class BoundPropertyAdapter
          An abstract adapter class for receiving bound property events.
 class FieldBoundPropertyListener
          Binds property values to class fields.
 class MethodBoundPropertyListener
          Binds property values to class methods.
 

Methods in org.jboss.util.property with parameters of type BoundPropertyListener
protected  void PropertyGroup.addPropertyListener(BoundPropertyListener listener)
          Add a bound property listener.
protected  void PropertyMap.addPropertyListener(BoundPropertyListener listener)
          Add a bound property listener.
protected  boolean PropertyGroup.removePropertyListener(BoundPropertyListener listener)
          Remove a bound property listener.
protected  boolean PropertyMap.removePropertyListener(BoundPropertyListener listener)
          Remove a bound property listener.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.