Interface JobListener

All Known Implementing Classes:
JobAdapter

public interface JobListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • jobFinished

      void jobFinished(Job job) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException
    • jobStarted

      void jobStarted(Job job) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException