Package weka.knowledgeflow
Interface ExecutionFinishedCallback
public interface ExecutionFinishedCallback
Callback interface for receiving notification of a flow finishing
execution
- Version:
- $Revision: $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification of the finish of execution
-
Method Details
-
executionFinished
void executionFinished()Notification of the finish of execution
-