|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobSuiteVisitor
Allows one to "visit" a job suite and walk its job hierarchy with minimal effort. A job suite is visited in this order: job suite, and jobs, alternating between job and job progress for each job.
Method Summary | |
---|---|
void |
visitJob(IJob job)
Visits a job. |
void |
visitJobProgress(IJobStatus jobProgress)
Visits a job progress. |
void |
visitJobSuite(JobSuite jobSuite)
Visits a job suite. |
Method Detail |
---|
void visitJobSuite(JobSuite jobSuite)
jobSuite
- job suite visitedvoid visitJob(IJob job)
job
- job visitedvoid visitJobProgress(IJobStatus jobProgress)
jobProgress
- job progress visited
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |