Interface ITransformMetaChangeListener


  • public interface ITransformMetaChangeListener
    • Method Detail

      • onTransformChange

        void onTransformChange​(PipelineMeta pipelineMeta,
                               TransformMeta oldMeta,
                               TransformMeta newMeta)
        This method is called when a transform was changed
        Parameters:
        pipelineMeta - PipelineMeta which include this transforms
        oldMeta - the previous meta, which changed
        newMeta - the updated meta with new variables values