Package 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
-
-
Constructor Summary
Constructors Constructor Description JobAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
jobFinished(Job job)
void
jobStarted(Job job)
-
-
-
Method Detail
-
jobFinished
public void jobFinished(Job job) throws org.pentaho.di.core.exception.KettleException
- Specified by:
jobFinished
in interfaceJobListener
- Throws:
org.pentaho.di.core.exception.KettleException
-
jobStarted
public void jobStarted(Job job) throws org.pentaho.di.core.exception.KettleException
- Specified by:
jobStarted
in interfaceJobListener
- Throws:
org.pentaho.di.core.exception.KettleException
-
-