jp.carabiner.treeeditor.js
インタフェース JSEventListener

既知の実装クラスの一覧:
JSEventListenerProperties

public interface JSEventListener

JavaScriptのイベントリスナです。


メソッドの概要
 void notify(JSDispatchable source, JSEvent event)
          イベント発生を通知します。
 

メソッドの詳細

notify

void notify(JSDispatchable source,
            JSEvent event)
イベント発生を通知します。

パラメータ:
source - 発生元。nullは不可。
event - イベント。nullは不可。