Uses of Interface
java.beans.beancontext.BeanContextServicesListener
Package | Description |
---|---|
java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
-
Uses of BeanContextServicesListener in java.beans.beancontext
Subinterfaces of BeanContextServicesListener in java.beans.beancontext Modifier and Type Interface Description interface
BeanContextServices
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.Classes in java.beans.beancontext that implement BeanContextServicesListener Modifier and Type Class Description class
BeanContextChildSupport
This is a general support class to provide support for implementing the BeanContextChild protocol.class
BeanContextServicesSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.class
BeanContextSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.Fields in java.beans.beancontext with type parameters of type BeanContextServicesListener Modifier and Type Field Description protected ArrayList<BeanContextServicesListener>
BeanContextServicesSupport. bcsListeners
List ofBeanContextServicesListener
objects.Methods in java.beans.beancontext that return BeanContextServicesListener Modifier and Type Method Description protected static BeanContextServicesListener
BeanContextServicesSupport. getChildBeanContextServicesListener(Object child)
Gets theBeanContextServicesListener
(if any) of the specified child.Methods in java.beans.beancontext with parameters of type BeanContextServicesListener Modifier and Type Method Description void
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