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