Java™ Platform
Standard Ed. 6

Uses of Class
java.beans.beancontext.BeanContextServiceRevokedEvent

Packages that use BeanContextServiceRevokedEvent
java.beans.beancontext Provides classes and interfaces relating to bean context. 
 

Uses of BeanContextServiceRevokedEvent in java.beans.beancontext
 

Methods in java.beans.beancontext with parameters of type BeanContextServiceRevokedEvent
protected  void BeanContextServicesSupport.fireServiceRevoked(BeanContextServiceRevokedEvent bcsre)
          Fires a BeanContextServiceEvent notifying of a service being revoked.
 void BeanContextServicesSupport.serviceRevoked(BeanContextServiceRevokedEvent bcssre)
          BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
 void BeanContextServicesSupport.BCSSProxyServiceProvider.serviceRevoked(BeanContextServiceRevokedEvent bcsre)
           
 void BeanContextServiceRevokedListener.serviceRevoked(BeanContextServiceRevokedEvent bcsre)
          The service named has been revoked.
 void BeanContextChildSupport.serviceRevoked(BeanContextServiceRevokedEvent bcsre)
          A service provided by the nesting BeanContext has been revoked.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.