Class JobAdapter

java.lang.Object
org.pentaho.di.job.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 Details

    • JobAdapter

      public JobAdapter()
  • Method Details

    • 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