|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobInterested
Objects that implements this interface can be notified when a job finishes.
Method Summary | |
---|---|
int |
getJobId()
Returns the Job identification. |
void |
jobFinished(JobEntry job)
Notifies that a job is finished. |
void |
jobNotFound()
Notifies that the job of interest does not exist. |
Method Detail |
---|
void jobFinished(JobEntry job)
job
- The Job
that finished.int getJobId()
void jobNotFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |