org.pentaho.di.job
Class JobAdapter

java.lang.Object
  extended by 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
JobAdapter()
           
 
Method Summary
 void jobFinished(Job job)
           
 void jobStarted(Job job)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobAdapter

public JobAdapter()
Method Detail

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