org.pentaho.di.job
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
JobAdapter
public JobAdapter()
jobFinished
public void jobFinished(Job job)
throws KettleException
- Specified by:
jobFinished
in interface JobListener
- Throws:
KettleException
jobStarted
public void jobStarted(Job job)
throws KettleException
- Specified by:
jobStarted
in interface JobListener
- Throws:
KettleException