JavaTM 2 Platform
Standard Ed. 5.0

java.beans.beancontext
インタフェース BeanContextServicesListener

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

public interface BeanContextServicesListener
extends BeanContextServiceRevokedListener

BeanContextServiceAvailableEvent オブジェクトを受信するリスナーインタフェースです。BeanContextServiceAvailableEvent を処理対象とするクラスがこのインタフェースを実装します。


メソッドの概要
 void serviceAvailable(BeanContextServiceAvailableEvent bcsae)
          指定されたサービスが登録されました。
 
インタフェース java.beans.beancontext.BeanContextServiceRevokedListener から継承されたメソッド
serviceRevoked
 

メソッドの詳細

serviceAvailable

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

パラメータ:
bcsae - BeanContextServiceAvailableEvent

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。