public interface PDFBackgroundTask
ThumbnailPanel
Modifier and Type | Method and Description |
---|---|
boolean |
isPaused()
Return true if the task has been paused with the
pause() method |
boolean |
isRunning()
Returns true if the task is still running
|
void |
pause()
Pause the task until the
unpause() method is called. |
void |
unpause()
Unpause the task after a call to
pause() |
boolean isPaused()
pause()
methodvoid pause() throws InterruptedException
unpause()
method is called.
This method waits until the task has actually paused.InterruptedException
void unpause()
pause()
boolean isRunning()
Copyright © 2001-2017 Big Faceless Organization