- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- BeanContextServices,- BeanContextServicesListener
- All Known Implementing Classes:
- BeanContextChildSupport,- BeanContextServicesSupport,- BeanContextServicesSupport.BCSSProxyServiceProvider,- BeanContextSupport
The listener interface for receiving
 
BeanContextServiceRevokedEvent objects. A class that is
 interested in processing a BeanContextServiceRevokedEvent
 implements this interface.- 
Method SummaryModifier and TypeMethodDescriptionvoidThe service named has been revoked. getService requests for this service will no longer be satisfied.
- 
Method Details- 
serviceRevokedThe service named has been revoked. getService requests for this service will no longer be satisfied.- Parameters:
- bcsre- the- BeanContextServiceRevokedEventreceived by this listener.
 
 
-