|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ExecutionHookInterface
実行リストの処理を開始する前、後にてイベントをトリガーするクラスです。
Manager毎(画面毎)にインスタンスを持ちます。
ClientManagerInterface#addExecutionHooker にて設定してください。
ClientManagerInterface.addExecutionHooker(ExecutionHookInterface)
メソッドの概要 | |
---|---|
void |
executeAfter(ExecutionInterface execution,
int index,
int resultCode)
処理開始後 |
void |
executeBefore(ExecutionInterface execution,
int index,
int skipCount)
処理開始前 |
void |
startUp(ExecutionListInterface executions,
javax.swing.JComponent currentComp,
ClientManagerInterface manager)
実行リスト開始時 |
void |
tearDown(ExecutionListInterface executions,
int result,
ClientManagerInterface manager)
実行リスト終了時 |
メソッドの詳細 |
---|
void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
executions
- 実行リストcurrentComp
- 処理中のコンポーネントmanager
- ClientManagerInterfacevoid executeBefore(ExecutionInterface execution, int index, int skipCount)
execution
- 実行オブジェクトindex
- 実行時のインデックスskipCount
- Skip数void executeAfter(ExecutionInterface execution, int index, int resultCode)
execution
- 実行オブジェクトindex
- 実行時のインデックスresultCode
- 戻り値void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
executions
- 実行リストresult
- 戻り値manager
-
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |