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
 
コンストラクタの概要
RunnableActionListener()
          構築します。
 
メソッドの概要
 void actionPerformed(ActionEvent ev)
          実行します。
 void setCallback(Runnable callback)
          コールバックを設定します。
 
クラス 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は不可。