public interface IExecutionHook
Modifier and Type | Method and Description |
---|---|
void |
afterExecution()
Every IExecitor should execute this method after it finishes an execution
|
void |
beforeExecution()
Every IExecutor should execute this method before it begins an execution
|
void |
onClose(IExecutor ex)
Called when this execution is closed
|
void beforeExecution()
void afterExecution()
void onClose(IExecutor ex)