Package org.apache.hop.pipeline
Interface IExecutionStartedListener<T>
-
- Type Parameters:
T- The executing object/subject (PipelineMeta)
public interface IExecutionStartedListener<T>A started listener for pipeline engines
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstarted(T subject)The execution started
-
-
-
Method Detail
-
started
void started(T subject) throws HopException
The execution started- Parameters:
subject- The subject of the execution (workflow, pipeline, ...)- Throws:
HopException
-
-