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

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

Uses of PropertyListener in org.jboss.util.property
 

Subinterfaces of PropertyListener in org.jboss.util.property
 interface BoundPropertyListener
          The listener interface for receiving bound property events (as well as property events).
 

Classes in org.jboss.util.property that implement PropertyListener
 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.
 class PropertyAdapter
          An abstract adapter class for receving property events.
 

Methods in org.jboss.util.property with parameters of type PropertyListener
static void Property.addListener(PropertyListener listener)
          Add a property listener
static void Property.addListeners(PropertyListener[] listeners)
          Add an array of property listeners
static void PropertyManager.addPropertyListener(PropertyListener listener)
          Add a property listener.
 void PropertyMap.addPropertyListener(PropertyListener listener)
          Add a property listener.
static void PropertyManager.addPropertyListeners(PropertyListener[] listeners)
          Add an array of property listeners.
 void PropertyMap.addPropertyListeners(PropertyListener[] listeners)
          Add an array of property listeners.
static boolean Property.removeListener(PropertyListener listener)
          Remove a property listener
static boolean PropertyManager.removePropertyListener(PropertyListener listener)
          Remove a property listener.
 boolean PropertyMap.removePropertyListener(PropertyListener listener)
          Remove a property listener.
 



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