站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Interface org.jboss.util.property.PropertyListener (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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
 void PropertyMap.addPropertyListener(PropertyListener listener)
          Add a property listener.
 void PropertyMap.addPropertyListeners(PropertyListener[] listeners)
          Add an array of property listeners.
 boolean PropertyMap.removePropertyListener(PropertyListener listener)
          Remove a property listener.
static void PropertyManager.addPropertyListener(PropertyListener listener)
          Add a property listener.
static void PropertyManager.addPropertyListeners(PropertyListener[] listeners)
          Add an array of property listeners.
static boolean PropertyManager.removePropertyListener(PropertyListener listener)
          Remove a property listener.
static void Property.addListener(PropertyListener listener)
          Add a property listener
static void Property.addListeners(PropertyListener[] listeners)
          Add an array of property listeners
static boolean Property.removeListener(PropertyListener listener)
          Remove a property listener
 



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