Uses of Interface
java.beans.beancontext.BeanContextMembershipListener
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextMembershipListener in java.beans.beancontext
Modifier and TypeFieldDescriptionprotected ArrayList<BeanContextMembershipListener>
BeanContextSupport.bcmListeners
all accesses to theprotected ArrayList bcmListeners
field shall be synchronized on that object.Modifier and TypeMethodDescriptionprotected static final BeanContextMembershipListener
BeanContextSupport.getChildBeanContextMembershipListener
(Object child) Gets the BeanContextMembershipListener (if any) of the specified childModifier and TypeMethodDescriptionvoid
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