Package weka.knowledgeflow
Class DefaultCallbackNotifierDelegate
java.lang.Object
weka.knowledgeflow.DefaultCallbackNotifierDelegate
- All Implemented Interfaces:
CallbackNotifierDelegate
Default implementation of a CallbackNotifierDelegate. Notifies the
callback immediately.
- Version:
- $Revision: $
- Author:
- Mark hall (mhall{[at]}pentaho{[dot]}com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notifies the callback immediately
-
Constructor Details
-
DefaultCallbackNotifierDelegate
public DefaultCallbackNotifierDelegate()
-
-
Method Details
-
notifyCallback
public void notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) throws Exception Notifies the callback immediately- Specified by:
notifyCallback
in interfaceCallbackNotifierDelegate
- Parameters:
callback
- the callback to notifytaskExecuted
- the StepTask that was executedresult
- the ExecutionResult that was produced- Throws:
Exception
- if a problem occurs
-