jp.ne.mki.wedge.pub.client.hook.debug
クラス ItemImpExp

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.client.hook.debug.ItemImpExp
すべての実装されたインタフェース:
java.util.EventListener, ExecutionHookInterface

public class ItemImpExp
extends java.lang.Object
implements ExecutionHookInterface


入れ子のクラスの概要
 class ItemImpExp.MyAction
          ShortCutKey操作により実行されるClass.
 
コンストラクタの概要
ItemImpExp()
           
 
メソッドの概要
 void executeAfter(ExecutionInterface execution, int index, int resultCode)
          処理開始後
 void executeBefore(ExecutionInterface execution, int index, int skipCount)
          処理開始前
 void finalize()
           
 void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
          実行リスト開始時
 void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
          実行リスト終了時
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ItemImpExp

public ItemImpExp()
メソッドの詳細

executeAfter

public void executeAfter(ExecutionInterface execution,
                         int index,
                         int resultCode)
インタフェース ExecutionHookInterface の記述:
処理開始後

定義:
インタフェース ExecutionHookInterface 内の executeAfter
パラメータ:
execution - 実行オブジェクト
index - 実行時のインデックス
resultCode - 戻り値

executeBefore

public void executeBefore(ExecutionInterface execution,
                          int index,
                          int skipCount)
インタフェース ExecutionHookInterface の記述:
処理開始前

定義:
インタフェース ExecutionHookInterface 内の executeBefore
パラメータ:
execution - 実行オブジェクト
index - 実行時のインデックス
skipCount - Skip数

tearDown

public void tearDown(ExecutionListInterface executions,
                     int result,
                     ClientManagerInterface manager)
インタフェース ExecutionHookInterface の記述:
実行リスト終了時

定義:
インタフェース ExecutionHookInterface 内の tearDown
パラメータ:
executions - 実行リスト
result - 戻り値

startUp

public void startUp(ExecutionListInterface executions,
                    javax.swing.JComponent currentComp,
                    ClientManagerInterface manager)
インタフェース ExecutionHookInterface の記述:
実行リスト開始時

定義:
インタフェース ExecutionHookInterface 内の startUp
パラメータ:
executions - 実行リスト
currentComp - 処理中のコンポーネント
manager - ClientManagerInterface

finalize

public void finalize()
              throws java.lang.Throwable
オーバーライド:
クラス java.lang.Object 内の finalize
例外:
java.lang.Throwable