Package org.pentaho.di.job
Class JobAdapter
java.lang.Object
org.pentaho.di.job.JobAdapter
- All Implemented Interfaces:
- JobListener
Utility class to allow only certain methods of JobListener to be overridden.
- Author:
- Marc
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JobAdapterpublic JobAdapter()
 
- 
- 
Method Details- 
jobFinished- Specified by:
- jobFinishedin interface- JobListener
- Throws:
- org.pentaho.di.core.exception.KettleException
 
- 
jobStarted- Specified by:
- jobStartedin interface- JobListener
- Throws:
- org.pentaho.di.core.exception.KettleException
 
 
-