|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobListener | |
|---|---|
| org.pentaho.di.job | This package contains the different elements that make up a Job. |
| Uses of JobListener in org.pentaho.di.job |
|---|
| Classes in org.pentaho.di.job that implement JobListener | |
|---|---|
class |
JobAdapter
Utility class to allow only certain methods of JobListener to be overridden. |
| Methods in org.pentaho.di.job that return types with arguments of type JobListener | |
|---|---|
List<JobListener> |
Job.getJobListeners()
Gets the job listeners. |
| Methods in org.pentaho.di.job with parameters of type JobListener | |
|---|---|
void |
Job.addJobListener(JobListener jobListener)
Add a job listener to the job |
void |
Job.removeJobListener(JobListener jobListener)
Remove a job listener from the job |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||