Interface UwsJob.JobWatcher
- Enclosing class:
UwsJob
public static interface UwsJob.JobWatcher
Callback interface for objects wanting to be notified of job status
changes.
- Since:
- 18 Jan 2011
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoidjobUpdated(UwsJob job, UwsJobInfo info) Called when the job status has changed.
-
Method Details
-
jobUpdated
Called when the job status has changed. Usually, this means a change of the Phase.- Parameters:
job- job in questioninfo- new status
-