Uses of Interface
java.beans.beancontext.BeanContextServicesListener
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextServicesListener in java.beans.beancontext
Modifier and TypeInterfaceDescriptioninterface
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.Modifier and TypeClassDescriptionclass
This is a general support class to provide support for implementing the BeanContextChild protocol.class
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.class
This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.Modifier and TypeFieldDescriptionprotected ArrayList<BeanContextServicesListener>
BeanContextServicesSupport.bcsListeners
List ofBeanContextServicesListener
objects.Modifier and TypeMethodDescriptionprotected static final BeanContextServicesListener
BeanContextServicesSupport.getChildBeanContextServicesListener
(Object child) Gets theBeanContextServicesListener
(if any) of the specified child.Modifier and TypeMethodDescriptionvoid
BeanContextServices.addBeanContextServicesListener
(BeanContextServicesListener bcsl) Adds aBeanContextServicesListener
to this BeanContextvoid
BeanContextServicesSupport.addBeanContextServicesListener
(BeanContextServicesListener bcsl) add a BeanContextServicesListenervoid
BeanContextServices.removeBeanContextServicesListener
(BeanContextServicesListener bcsl) Removes aBeanContextServicesListener
from thisBeanContext
void
BeanContextServicesSupport.removeBeanContextServicesListener
(BeanContextServicesListener bcsl) remove a BeanContextServicesListener