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 Modifier and Type Field 描述 protected ArrayList<BeanContextMembershipListener>BeanContextSupport. bcmListeners对protected ArrayList bcmListeners字段的所有访问应在该对象上同步。Methods in java.beans.beancontext that return BeanContextMembershipListener Modifier and Type 方法 描述 protected static BeanContextMembershipListenerBeanContextSupport. getChildBeanContextMembershipListener(Object child)获取指定子节点的BeanContextMembershipListener(如果有)Methods in java.beans.beancontext with parameters of type BeanContextMembershipListener Modifier and Type 方法 描述 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
-