public interface IBackgroundProcessingQueue
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
boolean |
isEmpty() |
void |
join() |
org.eclipse.core.runtime.IStatus |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
void join() throws InterruptedException
InterruptedException
boolean isEmpty()
org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
boolean cancel()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.