- すべてのスーパー・インタフェース:
EventListener
- 既知のすべてのサブインタフェース:
BeanContextServices
,BeanContextServicesListener
- 既知のすべての実装クラス:
BeanContextChildSupport
,BeanContextServicesSupport
,BeanContextServicesSupport.BCSSProxyServiceProvider
,BeanContextSupport
public interface BeanContextServiceRevokedListener extends EventListener
BeanContextServiceRevokedEvent
オブジェクトを受け取るためのリスナー・インタフェース。 BeanContextServiceRevokedEvent
の処理に関連するクラスは、このインタフェースを実装します。 -
メソッドのサマリー
修飾子と型メソッド説明void
指定されたサービスが取り消されました。このサービスのgetService要求は満たされなくなります。
-
メソッドの詳細
-
serviceRevoked
void serviceRevoked(BeanContextServiceRevokedEvent bcsre) 指定されたサービスが取り消されました。このサービスのgetService要求は満たされなくなります。- パラメータ:
bcsre
- このリスナーによって受け取られたBeanContextServiceRevokedEvent
。
-