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