-
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
BeanContextServices,BeanContextServicesListener
- All Known Implementing Classes:
BeanContextChildSupport,BeanContextServicesSupport,BeanContextServicesSupport.BCSSProxyServiceProvider,BeanContextSupport
public interface BeanContextServiceRevokedListener extends EventListener
The listener interface for receivingBeanContextServiceRevokedEventobjects. A class that is interested in processing aBeanContextServiceRevokedEventimplements this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserviceRevoked(BeanContextServiceRevokedEvent bcsre)The service named has been revoked. getService requests for this service will no longer be satisfied.
-
-
-
Method Detail
-
serviceRevoked
void serviceRevoked(BeanContextServiceRevokedEvent bcsre)
The service named has been revoked. getService requests for this service will no longer be satisfied.- Parameters:
bcsre- theBeanContextServiceRevokedEventreceived by this listener.
-
-