Uses of Interface
java.beans.beancontext.BeanContextServicesListener
-
Packages that use BeanContextServicesListener 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextServicesListener in java.beans.beancontext
Subinterfaces of BeanContextServicesListener in java.beans.beancontext 变量和类型 接口 描述 interface
BeanContextServices
BeanContextServices接口为BeanContext提供了一种机制,用于向其中的BeanContextChild对象公开通用“服务”。Classes in java.beans.beancontext that implement BeanContextServicesListener 变量和类型 类 描述 class
BeanContextChildSupport
这是一个通用的支持类,为实现BeanContextChild协议提供支持。class
BeanContextServicesSupport
此帮助器类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。class
BeanContextSupport
此助手类提供java.beans.beancontext.BeanContext接口的实用程序实现。Fields in java.beans.beancontext with type parameters of type BeanContextServicesListener 变量和类型 字段 描述 protected ArrayList<BeanContextServicesListener>
BeanContextServicesSupport. bcsListeners
BeanContextServicesListener
对象列表Methods in java.beans.beancontext that return BeanContextServicesListener 变量和类型 方法 描述 protected static BeanContextServicesListener
BeanContextServicesSupport. getChildBeanContextServicesListener(Object child)
获取指定子项的BeanContextServicesListener
(如果有)。Methods in java.beans.beancontext with parameters of type BeanContextServicesListener 变量和类型 方法 描述 void
BeanContextServices. addBeanContextServicesListener(BeanContextServicesListener bcsl)
在此BeanContext中添加BeanContextServicesListener
void
BeanContextServicesSupport. addBeanContextServicesListener(BeanContextServicesListener bcsl)
添加BeanContextServicesListenervoid
BeanContextServices. removeBeanContextServicesListener(BeanContextServicesListener bcsl)
删除一个BeanContextServicesListener
从这个BeanContext
void
BeanContextServicesSupport. removeBeanContextServicesListener(BeanContextServicesListener bcsl)
删除BeanContextServicesListener
-