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

既知のサブインタフェースの一覧:
JSCancelableEvent
既知の実装クラスの一覧:
AbstractJSCancelableEvent, AbstractJSEvent, DefaultJSEvent, TreeEditorFrame.HoistEvent, TreeEditorFrame.NodeEvent, TreeEditorFrame.SelectionEvent, TreeEditorPanel.NodeChangeEvent, TreeEditorPanel.PropChangeEvent

public interface JSEvent

イベントのインタフェースです。


メソッドの概要
 String getType()
          イベント名を取得します。
 void init(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, org.mozilla.javascript.Context context)
          初期化します。
 

メソッドの詳細

getType

String getType()
イベント名を取得します。

戻り値:
イベント名。

init

void init(org.mozilla.javascript.Scriptable scope,
          org.mozilla.javascript.Scriptable thisObj,
          org.mozilla.javascript.Context context)
初期化します。

パラメータ:
scope - スコープ。nullは不可。
thisObj - このオブジェクト。nullは不可。
context - コンテキスト。nullは不可。