public class DelayedCallbackNotifierDelegate extends 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 Exception
notifyCallback in interface CallbackNotifierDelegatecallback - the callback to notifytaskExecuted - the StepTask that was executedresult - the ExecutionResult that was producedException - if a problem occursCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.