kiwi.util
Interface ProgressObserver
- All Known Implementing Classes:
- StatusBar, ProgressDialog
- public abstract interface ProgressObserver
This class defines the behavior of an object that wishes to receive
periodic updates on the progress of a lengthy task.
- Version:
- 1.0 (05/98)
- Author:
- Mark Lindner, PING Software Group
Method Summary |
void |
setProgress(int progress)
Set the progress amount to progress , which is a value
between 0 and 100. |
setProgress
public void setProgress(int progress)
- Set the progress amount to
progress
, which is a value
between 0 and 100. (Out of range values should be silently clipped.)