public class JobEvent
extends java.lang.Object
Events reporting the status of a TrackedJob
.
Modifier and Type | Class and Description |
---|---|
static class |
JobEvent.Failed
Event fired when a job has failed.
|
static class |
JobEvent.Finished
Event fired when a job is finished.
|
static class |
JobEvent.ProgressUpdate
Event fired when a job has a status update.
|
static class |
JobEvent.Started
Event fired when a job is started.
|