public abstract class JobWithUICleanup extends Job
Constructor and Description |
---|
JobWithUICleanup(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract IStatus |
done(IJobChangeEvent event,
IProgressMonitor monitor)
This method will be called when the job has finished.
|
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, run, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
getAdapter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdapter
public JobWithUICleanup(String name)
protected abstract IStatus done(IJobChangeEvent event, IProgressMonitor monitor)
event
- the IJobChangeEvent
that has triggered the call to
this methodmonitor
- a monitor for the UI job. Implementers may ignore this
parameter if they wantCopyright © 2013 TextGrid. All Rights Reserved.