Uses of Interface
java.beans.beancontext.BeanContextMembershipListener
Package | Description |
---|---|
java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
-
Uses of BeanContextMembershipListener in java.beans.beancontext
Fields in java.beans.beancontext with type parameters of type BeanContextMembershipListener Modifier and Type Field Description protected ArrayList<BeanContextMembershipListener>
BeanContextSupport. bcmListeners
all accesses to theprotected ArrayList bcmListeners
field shall be synchronized on that object.Methods in java.beans.beancontext that return BeanContextMembershipListener Modifier and Type Method Description protected static BeanContextMembershipListener
BeanContextSupport. getChildBeanContextMembershipListener(Object child)
Gets the BeanContextMembershipListener (if any) of the specified childMethods in java.beans.beancontext with parameters of type BeanContextMembershipListener Modifier and Type Method Description void
BeanContext. addBeanContextMembershipListener(BeanContextMembershipListener bcml)
Adds the specifiedBeanContextMembershipListener
to receiveBeanContextMembershipEvents
from thisBeanContext
whenever it adds or removes a childComponent
(s).void
BeanContextSupport. addBeanContextMembershipListener(BeanContextMembershipListener bcml)
Adds a BeanContextMembershipListenervoid
BeanContext. removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Removes the specifiedBeanContextMembershipListener
so that it no longer receivesBeanContextMembershipEvent
s when the childComponent
(s) are added or removed.void
BeanContextSupport. removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Removes a BeanContextMembershipListener