|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultEventSourceImpl
コンポーネント連携の結果通知のイベントソース.
| コンストラクタの概要 | |
PFComponentCooperationResultEventSourceImpl()
コンストラクタ. |
|
PFComponentCooperationResultEventSourceImpl(PFComponentCooperationComponent aComponent)
コンストラクタ. |
|
| メソッドの概要 | |
void |
addPFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
引数で与えられたイベントリスナを登録し、 PFComponentCooperationResultイベント発生時に処理を行う対象とする. |
void |
clear()
イベントリスナをクリアする. |
void |
fireComponentCooperationResultInformed(PFComponentCooperationResultEvent e)
イベント処理をすべてのイベントリスナに伝える. |
PFComponentCooperationComponent |
getPFComponentCooperationComponent()
イベントに対応するPFComponentCooperationComponentオブジェクトを取得する. |
java.util.Iterator |
getPFComponentCooperationResultListenerList()
イベントリスナ配列を取得する. |
void |
removePFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
引数で与えられたイベントリスナを削除し、 PFComponentCooperationResultイベント発生時に処理を行う対象から外す. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public PFComponentCooperationResultEventSourceImpl()
public PFComponentCooperationResultEventSourceImpl(PFComponentCooperationComponent aComponent)
aComponent - イベントに対応するPFComponentCooperationComponentオブジェクト| メソッドの詳細 |
public PFComponentCooperationComponent getPFComponentCooperationComponent()
public void fireComponentCooperationResultInformed(PFComponentCooperationResultEvent e)
throws PFMethodException,
PFRuntimeException
e - 発生したイベント
PFMethodException - メソッド実行の失敗
PFRuntimeException - 予期しない実行時エラーpublic java.util.Iterator getPFComponentCooperationResultListenerList()
PFComponentCooperationResultEventSource の記述:
PFComponentCooperationResultEventSource 内の getPFComponentCooperationResultListenerListpublic void addPFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
PFComponentCooperationResultEventSource の記述:
PFComponentCooperationResultEventSource 内の addPFComponentCooperationResultListenerlistener - 追加対象イベントリスナPFComponentCooperationResultEventSource.removePFComponentCooperationResultListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultListener)public void removePFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
PFComponentCooperationResultEventSource の記述:
PFComponentCooperationResultEventSource 内の removePFComponentCooperationResultListenerlistener - 削除対象イベントリスナPFComponentCooperationResultEventSource.addPFComponentCooperationResultListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultListener)public void clear()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||