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
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionHookInterface からコピーされたタグ:
パラメータ:
execution - 実行オブジェクト
index - 実行時のインデックス
resultCode - 戻り値

executeBefore

public void executeBefore(ExecutionInterface execution,
                          int index,
                          int skipCount)
インタフェース ExecutionHookInterface の記述:
処理開始前
定義:
インタフェース ExecutionHookInterface 内の executeBefore
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionHookInterface からコピーされたタグ:
パラメータ:
execution - 実行オブジェクト
index - 実行時のインデックス
skipCount - Skip数

tearDown

public void tearDown(ExecutionListInterface executions,
                     int result,
                     ClientManagerInterface manager)
インタフェース ExecutionHookInterface の記述:
実行リスト終了時
定義:
インタフェース ExecutionHookInterface 内の tearDown
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionHookInterface からコピーされたタグ:
パラメータ:
executions - 実行リスト
result - 戻り値
manager -  

startUp

public void startUp(ExecutionListInterface executions,
                    javax.swing.JComponent currentComp,
                    ClientManagerInterface manager)
インタフェース ExecutionHookInterface の記述:
実行リスト開始時
定義:
インタフェース ExecutionHookInterface 内の startUp
インタフェース jp.ne.mki.wedge.run.client.event.ExecutionHookInterface からコピーされたタグ:
パラメータ:
executions - 実行リスト
currentComp - 処理中のコンポーネント
manager - ClientManagerInterface

finalize

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