public interface CallbackNotifierDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notify the supplied callback
|
void notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) throws java.lang.Exception
callback - the callback to notifytaskExecuted - the StepTask that was executedresult - the ExecutionResult that was producedjava.lang.Exception - if a problem occurs