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 TypeMethodDescriptionvoidCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the supplied callbackvoidDefaultCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notifies the callback immediatelyvoidDelayedCallbackNotifierDelegate.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.