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 接口 描述 interfaceBeanContextServicesBeanContextServices接口提供了一个机制,让BeanContext将通用的“服务”公开给它的BeanContextChild对象。Classes in java.beans.beancontext that implement BeanContextServicesListener Modifier and Type Class 描述 classBeanContextChildSupport这是一个通用支持类,用于为实现BeanContextChild协议提供支持。classBeanContextServicesSupport这个助手类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。classBeanContextSupport这个帮助类提供java.beans.beancontext.BeanContext接口的实用程序实现。Fields in java.beans.beancontext with type parameters of type BeanContextServicesListener Modifier and Type Field 描述 protected ArrayList<BeanContextServicesListener>BeanContextServicesSupport. bcsListenersBeanContextServicesListener对象列表。Methods in java.beans.beancontext that return BeanContextServicesListener Modifier and Type 方法 描述 protected static BeanContextServicesListenerBeanContextServicesSupport. getChildBeanContextServicesListener(Object child)获取指定小孩的BeanContextServicesListener(如果有)。Methods in java.beans.beancontext with parameters of type BeanContextServicesListener Modifier and Type 方法 描述 voidBeanContextServices. addBeanContextServicesListener(BeanContextServicesListener bcsl)为此BeanContext添加一个BeanContextServicesListenervoidBeanContextServicesSupport. addBeanContextServicesListener(BeanContextServicesListener bcsl)添加一个BeanContextServicesListenervoidBeanContextServices. removeBeanContextServicesListener(BeanContextServicesListener bcsl)删除一个BeanContextServicesListener从这个BeanContextvoidBeanContextServicesSupport. removeBeanContextServicesListener(BeanContextServicesListener bcsl)删除一个BeanContextServicesListener
-