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 Summary
-
Method Summary
-
Constructor Details
-
JobAdapter
public JobAdapter()
-
-
Method Details
-
jobFinished
- Specified by:
jobFinished
in interfaceJobListener
- Throws:
org.pentaho.di.core.exception.KettleException
-
jobStarted
- Specified by:
jobStarted
in interfaceJobListener
- Throws:
org.pentaho.di.core.exception.KettleException
-