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
Deprecated, for removal: This API element is subject to removal in a future version.all accesses to theprotected ArrayList bcmListeners
field shall be synchronized on that object.Methods in java.beans.beancontext that return BeanContextMembershipListenerModifier and TypeMethodDescriptionprotected static final BeanContextMembershipListener
BeanContextSupport.getChildBeanContextMembershipListener
(Object child) Deprecated, for removal: This API element is subject to removal in a future version.Gets the BeanContextMembershipListener (if any) of the specified childMethods in java.beans.beancontext with parameters of type BeanContextMembershipListenerModifier and TypeMethodDescriptionvoid
BeanContext.addBeanContextMembershipListener
(BeanContextMembershipListener bcml) Deprecated, for removal: This API element is subject to removal in a future version.Adds the specifiedBeanContextMembershipListener
to receiveBeanContextMembershipEvents
from thisBeanContext
whenever it adds or removes a childComponent
(s).void
BeanContextSupport.addBeanContextMembershipListener
(BeanContextMembershipListener bcml) Deprecated, for removal: This API element is subject to removal in a future version.Adds a BeanContextMembershipListenervoid
BeanContext.removeBeanContextMembershipListener
(BeanContextMembershipListener bcml) Deprecated, for removal: This API element is subject to removal in a future version.Removes the specifiedBeanContextMembershipListener
so that it no longer receivesBeanContextMembershipEvent
s when the childComponent
(s) are added or removed.void
BeanContextSupport.removeBeanContextMembershipListener
(BeanContextMembershipListener bcml) Deprecated, for removal: This API element is subject to removal in a future version.Removes a BeanContextMembershipListener