public class DiffJob
extends org.eclipse.ui.progress.UIJob
Constructor and Description |
---|
DiffJob(String jobName,
ConnectionService connectionService,
DiffEntry entry) |
DiffJob(String jobName,
ConnectionService connectionService,
List<DiffEntry> diffEntries) |
DiffJob(String jobName,
String connectionUri,
DiffEntry diffEntry) |
DiffJob(String jobName,
String connectionUri,
List<DiffEntry> diffEntries) |
Modifier and Type | Method and Description |
---|---|
protected void |
canceling() |
org.eclipse.core.runtime.IStatus |
runInUIThread(org.eclipse.core.runtime.IProgressMonitor monitor) |
addJobChangeListener, belongsTo, cancel, create, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
public DiffJob(String jobName, ConnectionService connectionService, List<DiffEntry> diffEntries)
public DiffJob(String jobName, ConnectionService connectionService, DiffEntry entry)
protected void canceling()
canceling
in class org.eclipse.core.runtime.jobs.Job
public org.eclipse.core.runtime.IStatus runInUIThread(org.eclipse.core.runtime.IProgressMonitor monitor)
runInUIThread
in class org.eclipse.ui.progress.UIJob
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.