- 所有超接口:
-
EventListener
- 所有已知实现类:
-
BeanContextChildSupport
,BeanContextServicesSupport
,BeanContextServicesSupport.BCSSProxyServiceProvider
,BeanContextSupport
接收
BeanContextServiceRevokedEvent
对象的监听器接口。对处理BeanContextServiceRevokedEvent
感兴趣的类实现此接口。
-
Method Summary
Modifier and TypeMethodDescriptionvoid
服务已被撤销。对该服务的getService请求将不再被满足。
-
Method Details
-
serviceRevoked
服务已被撤销。对该服务的getService请求将不再被满足。- 参数:
-
bcsre
- 由此监听器接收的BeanContextServiceRevokedEvent
。
-