Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.beans.beancontext.BeanContextServiceRevokedListener

Uses of BeanContextServiceRevokedListener in java.beans.beancontext
 

Subinterfaces of BeanContextServiceRevokedListener in java.beans.beancontext
 interface BeanContextServices
          Allows a BeanContext to provide services to its children.
 interface BeanContextServicesListener
          Listens for service add and revoke events.
 

Classes in java.beans.beancontext that implement BeanContextServiceRevokedListener
 class BeanContextChildSupport
          Support for creating a BeanContextChild.
 class BeanContextServicesSupport
           
protected  class BeanContextServicesSupport.BCSSProxyServiceProvider
           
 class BeanContextSupport
           
 

Methods in java.beans.beancontext with parameters of type BeanContextServiceRevokedListener
 java.lang.Object BeanContextServicesSupport.getService(BeanContextChild child, java.lang.Object requestor, java.lang.Class serviceClass, java.lang.Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
           
 java.lang.Object BeanContextServices.getService(BeanContextChild requestorChild, java.lang.Object requestor, java.lang.Class serviceClass, java.lang.Object serviceSelector, BeanContextServiceRevokedListener listener)
          Get a service from this BeanContextServices.