Uses of Interface
java.beans.beancontext.BeanContextServicesListener
Packages that use BeanContextServicesListener
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextServicesListener in java.beans.beancontext
Subinterfaces of BeanContextServicesListener in java.beans.beancontextModifier and TypeInterfaceDescriptioninterface
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 BeanContextServicesListenerModifier 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.Fields in java.beans.beancontext with type parameters of type BeanContextServicesListenerModifier and TypeFieldDescriptionprotected ArrayList<BeanContextServicesListener>
BeanContextServicesSupport.bcsListeners
List ofBeanContextServicesListener
objects.Methods in java.beans.beancontext that return BeanContextServicesListenerModifier and TypeMethodDescriptionprotected static BeanContextServicesListener
BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
Gets theBeanContextServicesListener
(if any) of the specified child.Methods in java.beans.beancontext with parameters of type BeanContextServicesListenerModifier 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