jp.carabiner.treeeditor.js
クラス ConcurrentCallbackActionListener
java.lang.Object
jp.carabiner.treeeditor.TreeEditorActionListener
jp.carabiner.treeeditor.js.ConcurrentCallbackActionListener
- すべての実装されたインタフェース:
- ActionListener, EventListener
public class ConcurrentCallbackActionListener
- 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 |
ConcurrentCallbackActionListener
public ConcurrentCallbackActionListener()
- 構築します。
setCallback
public void setCallback(Callable<?> callback)
- コールバックを設定します。
- パラメータ:
callback
- コールバック。nullは不可。
actionPerformed
public void actionPerformed(ActionEvent ev)
- 実行します。
- パラメータ:
ev
- イベント。nullは不可。