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
| クラス 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