インタフェース
java.beans.beancontext.BeanContextServicesListenerの使用
-
BeanContextServicesListenerを使用しているパッケージ パッケージ 説明 java.beans.beancontext Beanコンテキストに関連するクラスおよびインタフェースを提供します。 -
-
java.beans.beancontextでのBeanContextServicesListenerの使用
java.beans.beancontextでのBeanContextServicesListenerのサブインタフェース 修飾子と型 インタフェース 説明 interfaceBeanContextServicesBeanContextServicesインタフェースは、BeanContextChildオブジェクトがジェネリック・サービスを受けられるようにするためのメカニズムをBeanContextに提供します。BeanContextServicesListenerを実装しているjava.beans.beancontextのクラス 修飾子と型 クラス 説明 classBeanContextChildSupportBeanContextChildプロトコルの実装をサポートするための一般的なサポート・クラスです。classBeanContextServicesSupportこのヘルパー・クラスは、java.beans.beancontext.BeanContextServicesインタフェースのユーティリティの実装を提供します。classBeanContextSupportこのヘルパー・クラスは、java.beans.beancontext.BeanContextインタフェースのユーティリティの実装を提供します。型BeanContextServicesListenerの型パラメータを持つjava.beans.beancontextのフィールド 修飾子と型 フィールド 説明 protected ArrayList<BeanContextServicesListener>BeanContextServicesSupport. bcsListenersBeanContextServicesListenerオブジェクトのリスト。BeanContextServicesListenerを返すjava.beans.beancontextのメソッド 修飾子と型 メソッド 説明 protected static BeanContextServicesListenerBeanContextServicesSupport. getChildBeanContextServicesListener(Object child)指定された子のBeanContextServicesListener(存在する場合)を取得します。BeanContextServicesListener型のパラメータを持つjava.beans.beancontextのメソッド 修飾子と型 メソッド 説明 voidBeanContextServices. addBeanContextServicesListener(BeanContextServicesListener bcsl)このBeanContextにBeanContextServicesListenerを追加しますvoidBeanContextServicesSupport. addBeanContextServicesListener(BeanContextServicesListener bcsl)BeanContextServicesListenerを追加しますvoidBeanContextServices. removeBeanContextServicesListener(BeanContextServicesListener bcsl)このBeanContextからBeanContextServicesListenerを削除しますvoidBeanContextServicesSupport. removeBeanContextServicesListener(BeanContextServicesListener bcsl)BeanContextServicesListenerを削除します
-