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