public interface IProgressJob extends IJob
IJob which publishes its progress.IFactory.newJob(String, IRIcon, Runnable),
IJob| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentProgress()
Returns the current progress value.
|
int |
getMaximumProgress()
Returns the maximum progress value.
|
void |
setCurrentProgress(int currentValue)
Sets the current progress value.
|
void |
setMaximumProgress(int maxValue)
Sets the maximum progress value.
|
getStartedAt, setCallback, setEdtCallback, toStringclose, getControlledState, getExecTimeMs, getPausedTimeMs, guestMayContinue, guestWaitIfPaused, isCancelRequested, isPauseRequested, mayContinue, requestCancel, requestPause, requestUnpause, waitIfPausedasThread, checkedSleep, start, waitToFinishint getMaximumProgress()
setMaximumProgress(int),
getCurrentProgress()void setMaximumProgress(int maxValue)
maxValue - max progress value to be setgetMaximumProgress()int getCurrentProgress()
setCurrentProgress(int),
getMaximumProgress()void setCurrentProgress(int currentValue)
currentValue - current progress value to be setgetCurrentProgress()
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.