|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.JSEventListenerList
public class JSEventListenerList
イベントリスナのリストです。
コンストラクタの概要 | |
---|---|
JSEventListenerList(JSDispatchable owner)
構築します。 |
メソッドの概要 | |
---|---|
void |
addEventListener(String name,
JSEventListener l)
イベントリスナを追加します。 |
JSEventListener[] |
getListeners(String name)
リスナ一覧を取得します。 |
void |
notify(JSEvent event)
通知します。 |
void |
removeEventListener(String name,
JSEventListener l)
イベントリスナを削除します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSEventListenerList(JSDispatchable owner)
owner
- オーナー。nullは不可。メソッドの詳細 |
---|
public void addEventListener(String name, JSEventListener l)
name
- 名前。nullは不可。l
- リスナ。nullは不可。public void removeEventListener(String name, JSEventListener l)
name
- 名前。nullは不可。l
- リスナ。nullは不可。public void notify(JSEvent event)
event
- イベント。nullは不可。public JSEventListener[] getListeners(String name)
name
- 名前。nullは不可。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |