|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressUpdater
Interface for supervising the progress of long time processes like cross validation.
| Method Summary | |
|---|---|
boolean |
isCancelled()
Specifies if the process is cancelled by the user. |
void |
setMax(int max)
Sets the maximal value that will be set by setValue(int), so a
value of max indicates the end of the supervised method call. |
void |
setValue(int value)
Sets the current value the supervised process has reached. |
| Method Detail |
|---|
void setMax(int max)
setValue(int), so a
value of max indicates the end of the supervised method call.
max - the maximal valuevoid setValue(int value)
value - the current valueboolean isCancelled()
true if process was cancelled, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||