Interface ITransformStartedListener
-
public interface ITransformStartedListenerThis listener informs the audience when a transform starts processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransformStarted(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform started to execute.
-
-
-
Method Detail
-
transformStarted
void transformStarted(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)
This method is called when a transform started to execute.- Parameters:
pipeline-transformMeta-transform-
-
-