Uses of Interface
weka.knowledgeflow.ExecutionFinishedCallback
Packages that use ExecutionFinishedCallback
-
Uses of ExecutionFinishedCallback in weka.knowledgeflow
Methods in weka.knowledgeflow with parameters of type ExecutionFinishedCallbackModifier and TypeMethodDescriptionvoidFlowExecutor.addExecutionFinishedCallback(ExecutionFinishedCallback callback) Add a callback to notify when execution finishesvoidFlowRunner.addExecutionFinishedCallback(ExecutionFinishedCallback callback) Set a callback to notify when flow execution finishesvoidStepInjectorFlowRunner.injectWithExecutionFinishedCallback(Data toInject, ExecutionFinishedCallback callback, Step target) Inject data into the flowvoidFlowExecutor.removeExecutionFinishedCallback(ExecutionFinishedCallback callback) Remove a callbackvoidFlowRunner.removeExecutionFinishedCallback(ExecutionFinishedCallback callback) Remove a callback