インタフェース
java.beans.beancontext.BeanContextServicesListenerの使用
BeanContextServicesListenerを使用するパッケージ
-
java.beans.beancontextでのBeanContextServicesListenerの使用
修飾子と型インタフェース説明interfaceBeanContextServicesインタフェースは、BeanContextChildオブジェクトがジェネリック・サービスを受けられるようにするためのメカニズムをBeanContextに提供します。修飾子と型クラス説明classBeanContextChildプロトコルの実装をサポートするための一般的なサポート・クラスです。classこのヘルパー・クラスは、java.beans.beancontext.BeanContextServicesインタフェースのユーティリティの実装を提供します。classこのヘルパー・クラスは、java.beans.beancontext.BeanContextインタフェースのユーティリティの実装を提供します。型BeanContextServicesListenerの型パラメータを持つjava.beans.beancontextのフィールド修飾子と型フィールド説明protected ArrayList<BeanContextServicesListener> BeanContextServicesSupport.bcsListenersBeanContextServicesListenerオブジェクトのリスト。修飾子と型メソッド説明protected static final 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を削除します