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

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


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 PropertyMap.addPropertyListener(BoundPropertyListener listener)
          Add a bound property listener.
protected  boolean PropertyMap.removePropertyListener(BoundPropertyListener listener)
          Remove a bound property listener.
protected  void PropertyGroup.addPropertyListener(BoundPropertyListener listener)
          Add a bound property listener.
protected  boolean PropertyGroup.removePropertyListener(BoundPropertyListener listener)
          Remove a bound property listener.
 



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