Class JobAdapter

  • All Implemented Interfaces:
    JobListener

    public class JobAdapter
    extends Object
    implements JobListener
    Utility class to allow only certain methods of JobListener to be overridden.
    Author:
    Marc
    • Constructor Detail

      • JobAdapter

        public JobAdapter()
    • Method Detail

      • jobFinished

        public void jobFinished​(Job job)
                         throws org.pentaho.di.core.exception.KettleException
        Specified by:
        jobFinished in interface JobListener
        Throws:
        org.pentaho.di.core.exception.KettleException
      • jobStarted

        public void jobStarted​(Job job)
                        throws org.pentaho.di.core.exception.KettleException
        Specified by:
        jobStarted in interface JobListener
        Throws:
        org.pentaho.di.core.exception.KettleException