- すべてのスーパー・インタフェース:
BeanContextServiceRevokedListener,EventListener
- 既知のすべてのサブインタフェース:
BeanContextServices
- 既知のすべての実装クラス:
BeanContextChildSupport,BeanContextServicesSupport,BeanContextSupport
public interface BeanContextServicesListener extends BeanContextServiceRevokedListener
BeanContextServiceAvailableEventオブジェクトを受け取るためのリスナー・インタフェース。 BeanContextServiceAvailableEventの処理に関連するクラスは、このインタフェースを実装します。 -
メソッドのサマリー
修飾子と型メソッド説明void指定されたサービスが登録されました。このサービスに対するgetService要求を行うことができます。インタフェース java.beans.beancontext.BeanContextServiceRevokedListenerで宣言されたメソッド
serviceRevoked
-
メソッドの詳細
-
serviceAvailable
void serviceAvailable(BeanContextServiceAvailableEvent bcsae) 指定されたサービスが登録されました。このサービスに対するgetService要求を行うことができます。- パラメータ:
bcsae-BeanContextServiceAvailableEvent
-