Uses of Interface
weka.knowledgeflow.ExecutionFinishedCallback
-
Uses of ExecutionFinishedCallback in weka.knowledgeflow
Modifier and TypeMethodDescriptionvoid
FlowExecutor.addExecutionFinishedCallback
(ExecutionFinishedCallback callback) Add a callback to notify when execution finishesvoid
FlowRunner.addExecutionFinishedCallback
(ExecutionFinishedCallback callback) Set a callback to notify when flow execution finishesvoid
StepInjectorFlowRunner.injectWithExecutionFinishedCallback
(Data toInject, ExecutionFinishedCallback callback, Step target) Inject data into the flowvoid
FlowExecutor.removeExecutionFinishedCallback
(ExecutionFinishedCallback callback) Remove a callbackvoid
FlowRunner.removeExecutionFinishedCallback
(ExecutionFinishedCallback callback) Remove a callback