|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Progress
An interface for tracking progress
| Method Summary | |
|---|---|
void |
done()
Stops a progress session |
void |
next()
Proceed to the next step without specifying a name. |
void |
next(java.lang.String name)
Proceed to the next step and specify the name of the step |
void |
start(int numSteps)
Starts a progress session |
| Method Detail |
|---|
void start(int numSteps)
numSteps - the total number of steps in the sessionvoid next(java.lang.String name)
name - the name of the stepvoid next()
void done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||