Package org.apache.hop.pipeline
Interface IExecutionFinishedListener<T>
-
- Type Parameters:
T- The executing object/subject
public interface IExecutionFinishedListener<T>A finished listener for executions of a pipeline or workflow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinished(T engine)The engine has finished.
-
-
-
Method Detail
-
finished
void finished(T engine) throws HopException
The engine has finished.- Parameters:
engine-- Throws:
HopException
-
-