クラス
java.beans.beancontext.BeanContextServiceAvailableEventの使用

BeanContextServiceAvailableEventを使用するパッケージ
パッケージ
説明
Beanコンテキストに関連するクラスおよびインタフェースを提供します。
  • java.beans.beancontextでのBeanContextServiceAvailableEventの使用

    BeanContextServiceAvailableEventのパラメータを持つjava.beans.beancontextのメソッド
    修飾子と型
    メソッド
    説明
    protected final void
    BeanContextServicesSupport.fireServiceAdded(BeanContextServiceAvailableEvent bcssae)
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    新しいサービスが使用可能になったことを示すBeanContextServiceAvailableEventを起動します。
    void
    BeanContextChildSupport.serviceAvailable(BeanContextServiceAvailableEvent bcsae)
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    入れ子になっているBeanContextから新しいサービスを使用できます。
    void
    BeanContextServicesListener.serviceAvailable(BeanContextServiceAvailableEvent bcsae)
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    指定されたサービスが登録されました。このサービスに対するgetService要求を行うことができます。
    void
    BeanContextServicesSupport.serviceAvailable(BeanContextServiceAvailableEvent bcssae)
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    BeanContextServicesListenerのコールバックです。このBeanContextServiceがまだこのサービスを実装していない場合は、現在登録されているすべてのリスナーおよびBeanContextServicesの子にイベントを送ります。