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 Modifier and Type 接口 描述 interface
BeanContextServices
BeanContextServices接口提供了一个机制,让BeanContext将通用的“服务”公开给它的BeanContextChild对象。Classes in java.beans.beancontext that implement BeanContextServicesListener Modifier and Type Class 描述 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 Modifier and Type Field 描述 protected ArrayList<BeanContextServicesListener>
BeanContextServicesSupport. bcsListeners
BeanContextServicesListener
对象列表。Methods in java.beans.beancontext that return BeanContextServicesListener Modifier and Type 方法 描述 protected static BeanContextServicesListener
BeanContextServicesSupport. getChildBeanContextServicesListener(Object child)
获取指定小孩的BeanContextServicesListener
(如果有)。Methods in java.beans.beancontext with parameters of type BeanContextServicesListener Modifier and Type 方法 描述 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
-