Interface ITransformFinishedListener
-
public interface ITransformFinishedListenerThis listener informs the audience when a transform finished processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransformFinished(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform completes all work and is finished.
-
-
-
Method Detail
-
transformFinished
void transformFinished(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)
This method is called when a transform completes all work and is finished.- Parameters:
pipeline-transformMeta-transform-
-
-