Package org.apache.hop.pipeline.engine
Interface IFinishedListener
-
public interface IFinishedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinished(IPipelineEngine<PipelineMeta> pipelineEngine)When all processing has completed for the engine.
-
-
-
Method Detail
-
finished
void finished(IPipelineEngine<PipelineMeta> pipelineEngine) throws HopException
When all processing has completed for the engine.- Parameters:
pipelineEngine-- Throws:
HopException
-
-