public interface Monitorable
Modifier and Type | Method and Description |
---|---|
boolean |
canInterrupt() |
void |
interrupt()
Interrupts the long running task (if possible).
|
void |
setProgressMonitor(ProgressMonitor progressMonitor)
Sets the progress monitor which receives information about the
progress of the this object which represents a long running task.
|
void setProgressMonitor(ProgressMonitor progressMonitor)
progressMonitor
- void interrupt() throws java.lang.InterruptedException
java.lang.InterruptedException
boolean canInterrupt()