|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.go.aist.dmrc.platform.util.event.PFViewUpdateEventSourceImpl
ビュー変更イベントを発生させるイベントソース実装。
PFViewUpdateEvent,
PFViewUpdateListener,
直列化された形式| コンストラクタの概要 | |
PFViewUpdateEventSourceImpl()
|
|
| メソッドの概要 | |
void |
addPFViewUpdateListener(PFViewUpdateListener lis)
引数で与えられたイベントリスナを登録し、 ビュー変更イベント発生時に処理を行う対象とする。 |
void |
fireViewUpdated(PFViewUpdateEvent e)
イベント処理をすべてのイベントリスナに伝える。 |
java.util.Iterator |
getPFViewUpdateListenerList()
イベントリスナ配列を取得する。 |
void |
removePFViewUpdateListener(PFViewUpdateListener lis)
引数で与えられたイベントリスナを削除し、 ビュー変更イベント発生時に処理を行う対象から外す。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public PFViewUpdateEventSourceImpl()
| メソッドの詳細 |
public java.util.Iterator getPFViewUpdateListenerList()
PFViewUpdateEventSource 内の getPFViewUpdateListenerListpublic void addPFViewUpdateListener(PFViewUpdateListener lis)
PFViewUpdateEventSource 内の addPFViewUpdateListenerlis - 追加対象イベントリスナpublic void removePFViewUpdateListener(PFViewUpdateListener lis)
PFViewUpdateEventSource 内の removePFViewUpdateListenerlis - 削除対象イベントリスナ
public void fireViewUpdated(PFViewUpdateEvent e)
throws PFMethodException,
PFRuntimeException
e - 発生したイベント
PFMethodException - メソッド実行の失敗
PFRuntimeException - 予期しない実行時エラー
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||