jp.go.aist.dmrc.platform.datacooperation.interfaces
インタフェース PFComponentCooperationResultEventSource

すべてのスーパーインタフェース:
PFEventSource, java.io.Serializable
既知のサブインタフェースの一覧:
PFCombinativeComponent
既知の実装クラスの一覧:
PFCombinativeComponentImpl, PFComponentCooperationComponent, PFComponentCooperationResultEventSourceImpl, PFEventController, PFEventGenerator, PFGUICombinativeComponent, PFSubroutine, PFThreadAllocator

public interface PFComponentCooperationResultEventSource
extends PFEventSource

PFComponentCooperationResultEventのイベントソース.


メソッドの概要
 void addPFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
          引数で与えられたイベントリスナを登録し、 PFComponentCooperationResultイベント発生時に処理を行う対象とする.
 java.util.Iterator getPFComponentCooperationResultListenerList()
          イベントリスナ配列を取得する.
 void removePFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
          引数で与えられたイベントリスナを削除し、 PFComponentCooperationResultイベント発生時に処理を行う対象から外す.
 

メソッドの詳細

getPFComponentCooperationResultListenerList

public java.util.Iterator getPFComponentCooperationResultListenerList()
イベントリスナ配列を取得する.

戻り値:
イベントリスナイテレータ

addPFComponentCooperationResultListener

public void addPFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
引数で与えられたイベントリスナを登録し、 PFComponentCooperationResultイベント発生時に処理を行う対象とする.

パラメータ:
listener - 追加対象イベントリスナ
関連項目:
removePFComponentCooperationResultListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultListener)

removePFComponentCooperationResultListener

public void removePFComponentCooperationResultListener(PFComponentCooperationResultListener listener)
引数で与えられたイベントリスナを削除し、 PFComponentCooperationResultイベント発生時に処理を行う対象から外す.

パラメータ:
listener - 削除対象イベントリスナ
関連項目:
addPFComponentCooperationResultListener(jp.go.aist.dmrc.platform.datacooperation.interfaces.PFComponentCooperationResultListener)