Interface ITransformStartedListener


  • public interface ITransformStartedListener
    This listener informs the audience when a transform starts processing.
    • 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 -