モジュール java.desktop
パッケージ java.beans.beancontext

インタフェースBeanContextServicesListener

すべてのスーパー・インタフェース:
BeanContextServiceRevokedListener, EventListener
既知のすべてのサブインタフェース:
BeanContextServices
既知のすべての実装クラス:
BeanContextChildSupport, BeanContextServicesSupport, BeanContextSupport

public interface BeanContextServicesListener
extends BeanContextServiceRevokedListener
BeanContextServiceAvailableEventオブジェクトを受け取るためのリスナー・インタフェース。 BeanContextServiceAvailableEventの処理に関連するクラスは、このインタフェースを実装します。
  • メソッドの詳細

    • serviceAvailable

      void serviceAvailable​(BeanContextServiceAvailableEvent bcsae)
      指定されたサービスが登録されました。このサービスに対するgetService要求を行うことができます。
      パラメータ:
      bcsae - BeanContextServiceAvailableEvent