|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressShower
Method Summary | |
---|---|
void |
end()
End the action. |
boolean |
setProgress(int value)
Set the current progress. |
void |
start(java.lang.String note,
int maxValue)
Start the action. |
Method Detail |
---|
void start(java.lang.String note, int maxValue)
note
- note to display with the progressmaxValue
- maximum valueboolean setProgress(int value)
value
- current progress
true
: user requested an abort of the action,
false
: no abort requested, go onvoid end()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |