目录搜索
文字
分享


JavaTM 2 Platform
Standard Ed. 6

接口 java.beans.beancontext.BeanContextServicesListener
的使用

使用 BeanContextServicesListener 的软件包
java.beans.beancontext 提供与 bean 上下文有关的类和接口。 
 

java.beans.beancontext 中 BeanContextServicesListener 的使用
 

java.beans.beancontext 中 BeanContextServicesListener 的子接口
 interface BeanContextServices
           BeanContextServices 接口为 BeanContext 提供某种机制,将一般的 "services" 向其中的 BeanContextChild 对象公开。
 

实现 BeanContextServicesListener 的 java.beans.beancontext 中的类
 class BeanContextChildSupport
           这是一个为实现 BeanContextChild 协议提供支持的一般支持类。
 class BeanContextServicesSupport
           此帮助器类提供 java.beans.beancontext.BeanContextServices 接口的实用工具实现。
 class BeanContextSupport
          此帮助器类提供 java.beans.beancontext.BeanContext 接口的实用工具实现。
 

返回 BeanContextServicesListener 的 java.beans.beancontext 中的方法
protected static BeanContextServicesListener BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
          获得指定子级的 BeanContextServicesListener(如果有)。
 

参数类型为 BeanContextServicesListener 的 java.beans.beancontext 中的方法
 void BeanContextServices.addBeanContextServicesListener(BeanContextServicesListener bcsl)
          将一个 BeanContextServicesListener 添加到此 BeanContext
 void BeanContextServicesSupport.addBeanContextServicesListener(BeanContextServicesListener bcsl)
          添加一个 BeanContextServicesListener。
 void BeanContextServices.removeBeanContextServicesListener(BeanContextServicesListener bcsl)
          从此 BeanContext 中移除一个 BeanContextServicesListener
 void BeanContextServicesSupport.removeBeanContextServicesListener(BeanContextServicesListener bcsl)
          移除一个 BeanContextServicesListener。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。