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

インタフェースBeanContextServiceRevokedListener

すべてのスーパー・インタフェース:
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