jp.carabiner.treeeditor.js
クラス RunnableActionListener
java.lang.Object
jp.carabiner.treeeditor.TreeEditorActionListener
jp.carabiner.treeeditor.js.RunnableActionListener
- すべての実装されたインタフェース:
- ActionListener, EventListener
public class RunnableActionListener
- extends jp.carabiner.treeeditor.TreeEditorActionListener
コールバックアクションのリスナです。
クラス jp.carabiner.treeeditor.TreeEditorActionListener から継承されたフィールド |
context, parent |
クラス jp.carabiner.treeeditor.TreeEditorActionListener から継承されたメソッド |
setContext, setParent |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableActionListener
public RunnableActionListener()
- 構築します。
setCallback
public void setCallback(Runnable callback)
- コールバックを設定します。
- パラメータ:
callback
- コールバック。nullは不可。
actionPerformed
public void actionPerformed(ActionEvent ev)
- 実行します。
- パラメータ:
ev
- イベント。nullは不可。