Uses of Interface
weka.knowledgeflow.StepTaskCallback
-
Uses of StepTaskCallback in weka.knowledgeflow
Modifier and TypeMethodDescriptionvoid
CallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the supplied callbackvoid
DefaultCallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notifies the callback immediatelyvoid
DelayedCallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the callback.ModifierConstructorDescriptionStepTask
(Step source, StepTaskCallback<T> callback) Constructor with supplied callback.StepTask
(Step source, StepTaskCallback<T> callback, boolean resourceIntensive) Constructor with supplied callback.