| Constructor and Description |
|---|
NullProgress() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkStopped() |
void |
close() |
void |
forceStopped() |
Progress |
getSubProgress(float percentOfParent) |
boolean |
isNull() |
int |
nextIteration(String newTask) |
int |
setProgress(float progress) |
int |
setProgress(float progress,
String newTask) |
int |
setTask(String task) |
int |
startIteration(String task,
int maxIterations) |
int |
startTask(String task) |
boolean |
waitChangeAccepted(int returnValue,
int timeout) |
public Progress getSubProgress(float percentOfParent)
getSubProgress in interface Progresspublic void forceStopped()
forceStopped in interface Progresspublic void checkStopped()
checkStopped in interface Progresspublic int startIteration(String task, int maxIterations)
startIteration in interface Progresspublic int nextIteration(String newTask)
nextIteration in interface Progresspublic int setProgress(float progress)
setProgress in interface Progresspublic boolean waitChangeAccepted(int returnValue,
int timeout)
waitChangeAccepted in interface Progresspublic int setProgress(float progress,
String newTask)
setProgress in interface Progress