public interface Progress
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) |
Progress getSubProgress(float percentOfParent)
void forceStopped()
void checkStopped()
int setTask(String task)
int startTask(String task)
int startIteration(String task, int maxIterations)
int nextIteration(String newTask)
int setProgress(float progress)
int setProgress(float progress, String newTask)
boolean waitChangeAccepted(int returnValue, int timeout)
void close()
boolean isNull()