Uses of Interface
java.beans.beancontext.BeanContextMembershipListener
Packages that use BeanContextMembershipListener
Package
Description
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 BeanContextMembershipListenerModifier and TypeFieldDescriptionprotected ArrayList<BeanContextMembershipListener>
BeanContextSupport.bcmListeners
all accesses to theprotected ArrayList bcmListeners
field shall be synchronized on that object.Methods in java.beans.beancontext that return BeanContextMembershipListenerModifier and TypeMethodDescriptionprotected static BeanContextMembershipListener
BeanContextSupport.getChildBeanContextMembershipListener(Object child)
Gets the BeanContextMembershipListener (if any) of the specified childMethods in java.beans.beancontext with parameters of type BeanContextMembershipListenerModifier 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