| Package | Description |
|---|---|
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowExecutor.addExecutionFinishedCallback(ExecutionFinishedCallback callback)
Add a callback to notify when execution finishes
|
void |
FlowRunner.addExecutionFinishedCallback(ExecutionFinishedCallback callback)
Set a callback to notify when flow execution finishes
|
void |
StepInjectorFlowRunner.injectWithExecutionFinishedCallback(Data toInject,
ExecutionFinishedCallback callback,
Step target)
Inject data into the flow
|
void |
FlowExecutor.removeExecutionFinishedCallback(ExecutionFinishedCallback callback)
Remove a callback
|
void |
FlowRunner.removeExecutionFinishedCallback(ExecutionFinishedCallback callback)
Remove a callback
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.