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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassThis is a general support class to provide support for implementing the BeanContextChild protocol.classThis helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.classThis 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.bcsListenersList ofBeanContextServicesListenerobjects.Methods in java.beans.beancontext that return BeanContextServicesListenerModifier and TypeMethodDescriptionprotected static BeanContextServicesListenerBeanContextServicesSupport.getChildBeanContextServicesListener(Object child)Gets theBeanContextServicesListener(if any) of the specified child.Methods in java.beans.beancontext with parameters of type BeanContextServicesListenerModifier and TypeMethodDescriptionvoidBeanContextServices.addBeanContextServicesListener(BeanContextServicesListener bcsl)Adds aBeanContextServicesListenerto this BeanContextvoidBeanContextServicesSupport.addBeanContextServicesListener(BeanContextServicesListener bcsl)add a BeanContextServicesListenervoidBeanContextServices.removeBeanContextServicesListener(BeanContextServicesListener bcsl)Removes aBeanContextServicesListenerfrom thisBeanContextvoidBeanContextServicesSupport.removeBeanContextServicesListener(BeanContextServicesListener bcsl)remove a BeanContextServicesListener