Class TransAdapter

  • All Implemented Interfaces:
    TransListener

    public class TransAdapter
    extends Object
    implements TransListener
    Utility class to allow only certain methods of TransListener to be overridden.
    Author:
    matt
    • Constructor Detail

      • TransAdapter

        public TransAdapter()
    • Method Detail

      • transStarted

        public void transStarted​(Trans trans)
                          throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: TransListener
        This transformation started
        Specified by:
        transStarted in interface TransListener
        Throws:
        org.pentaho.di.core.exception.KettleException
      • transActive

        public void transActive​(Trans trans)
        Description copied from interface: TransListener
        This transformation went from an in-active to an active state.
        Specified by:
        transActive in interface TransListener
      • transFinished

        public void transFinished​(Trans trans)
                           throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: TransListener
        The transformation has finished.
        Specified by:
        transFinished in interface TransListener
        Throws:
        org.pentaho.di.core.exception.KettleException