public class DelayedCallbackNotifierDelegate extends java.lang.Object implements CallbackNotifierDelegate
| Constructor and Description |
|---|
DelayedCallbackNotifierDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notify the callback.
|
void |
notifyNow()
Do the notification now
|
public void notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) throws java.lang.Exception
notifyCallback in interface CallbackNotifierDelegatecallback - the callback to notifytaskExecuted - the StepTask that was executedresult - the ExecutionResult that was producedjava.lang.Exception - if a problem occurspublic void notifyNow()
throws java.lang.Exception
java.lang.Exception - if a problem occurs