|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressListener
| Method Summary | |
|---|---|
void |
setMaximum(long maximum)
Notify the listeners that the maximum value has changed |
void |
setMaximum(long inputMaximum,
long outputMaximum)
Notify the listeners that the maximum value has changed |
void |
showProgress(int progress)
Notify listeners of the current progress. |
void |
showProgress(long inputSize,
long outputSize)
Notify listners of the current progress. |
| Method Detail |
|---|
void showProgress(int progress)
progress - The current value of the process
void showProgress(long inputSize,
long outputSize)
inputSize - The current size of the input, possibly the amount read so faroutputSize - The current size of the output, probably the total size
of the compressed outputvoid setMaximum(long maximum)
maximum - The new maximum
void setMaximum(long inputMaximum,
long outputMaximum)
inputMaximum - The new maximum for the inputoutputMaximum - The new maximum for the output.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||