jp.ne.mki.wedge.pub.client.hook.debug
クラス DefaultDebugger
java.lang.Object
|
+--jp.ne.mki.wedge.pub.client.hook.debug.DefaultDebugger
- すべての実装インタフェース:
- java.util.EventListener, ExecutionHookInterface
- public class DefaultDebugger
- extends java.lang.Object
- implements ExecutionHookInterface
デフォルトデバッガー
クラス java.lang.Object から継承したメソッド |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
window
DebugWindow window
- デバッグのウィンドウ
DefaultDebugger
public DefaultDebugger()
startUp
public void startUp(ExecutionListInterface executions,
javax.swing.JComponent currentComp,
ClientManagerInterface manager)
- 実行リスト開始時
デバッグウィンドウを表示する
- 定義:
- インタフェース
ExecutionHookInterface
内の startUp
- パラメータ:
executions
- 実行リストcurrentComp
- 現在Currentのコンポーネントmanager
- Manager- 関連項目:
ExecutionHookInterface
executeBefore
public void executeBefore(ExecutionInterface execution,
int index,
int skipCount)
- ルール、トラン 処理開始前
- 定義:
- インタフェース
ExecutionHookInterface
内の executeBefore
- パラメータ:
execution
- index
- skipCount
- - 関連項目:
ExecutionHookInterface
executeAfter
public void executeAfter(ExecutionInterface execution,
int index,
int resultCode)
- ルール、トラン開始後
- 定義:
- インタフェース
ExecutionHookInterface
内の executeAfter
- パラメータ:
execution
- index
- resultCode
- - 関連項目:
ExecutionHookInterface
tearDown
public void tearDown(ExecutionListInterface executions,
int result,
ClientManagerInterface manager)
- 実行リスト終了時
- 定義:
- インタフェース
ExecutionHookInterface
内の tearDown
- パラメータ:
result
- - 関連項目:
ExecutionHookInterface