Uses of Interface
weka.knowledgeflow.StepTaskCallback
Packages that use StepTaskCallback
-
Uses of StepTaskCallback in weka.knowledgeflow
Methods in weka.knowledgeflow with parameters of type StepTaskCallbackModifier 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.Constructors in weka.knowledgeflow with parameters of type StepTaskCallbackModifierConstructorDescriptionStepTask
(Step source, StepTaskCallback<T> callback) Constructor with supplied callback.StepTask
(Step source, StepTaskCallback<T> callback, boolean resourceIntensive) Constructor with supplied callback.