public final class JobStatusMonitor extends Object
JobStatus events and updates
ProgressMonitors generated from a provided
ProgressMonitorFactory accordingly.| Constructor and Description |
|---|
JobStatusMonitor(ca.eandb.util.progress.ProgressMonitorFactory factory)
Creates a
JobStatusMonitor. |
| Modifier and Type | Method and Description |
|---|---|
void |
updateStatus(JobStatus newStatus)
Updates the appropriate
ProgressMonitor (creating one if
necessary) according to the new status of the job. |
public JobStatusMonitor(ca.eandb.util.progress.ProgressMonitorFactory factory)
JobStatusMonitor.factory - The ProgressMonitorFactory to use to create
the ProgressMonitors.public void updateStatus(JobStatus newStatus)
ProgressMonitor (creating one if
necessary) according to the new status of the job.newStatus - The JobStatus indicating the new status of
the job.Copyright © 2016. All rights reserved.