public class DefaultCallbackNotifierDelegate extends java.lang.Object implements CallbackNotifierDelegate
Constructor and Description |
---|
DefaultCallbackNotifierDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notifies the callback immediately
|
public void notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) throws java.lang.Exception
notifyCallback
in interface CallbackNotifierDelegate
callback
- the callback to notifytaskExecuted
- the StepTask that was executedresult
- the ExecutionResult that was producedjava.lang.Exception
- if a problem occurs