Uses of Interface
java.beans.beancontext.BeanContextMembershipListener
-
Packages that use BeanContextMembershipListener 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextMembershipListener in java.beans.beancontext
Fields in java.beans.beancontext with type parameters of type BeanContextMembershipListener 变量和类型 字段 描述 protected ArrayList<BeanContextMembershipListener>BeanContextSupport. bcmListeners所有对protected ArrayList bcmListeners字段的访问都应在该对象上同步。Methods in java.beans.beancontext that return BeanContextMembershipListener 变量和类型 方法 描述 protected static BeanContextMembershipListenerBeanContextSupport. getChildBeanContextMembershipListener(Object child)获取指定子级的BeanContextMembershipListener(如果有)Methods in java.beans.beancontext with parameters of type BeanContextMembershipListener 变量和类型 方法 描述 voidBeanContext. addBeanContextMembershipListener(BeanContextMembershipListener bcml)添加指定BeanContextMembershipListener接收BeanContextMembershipEvents从这个BeanContext无论何时添加或删除孩子Component(S)。voidBeanContextSupport. addBeanContextMembershipListener(BeanContextMembershipListener bcml)添加BeanContextMembershipListenervoidBeanContext. removeBeanContextMembershipListener(BeanContextMembershipListener bcml)删除指定的BeanContextMembershipListener以便在添加或删除子Component时不再接收BeanContextMembershipEvent。voidBeanContextSupport. removeBeanContextMembershipListener(BeanContextMembershipListener bcml)Removes a BeanContextMembershipListener
-