public interface UpdateCenterMonitor
| Modifier and Type | Method and Description | 
|---|---|
void | 
finish()
Finish progress 
 | 
boolean | 
isStopped()
Determine whether the user has cancelled the operation. 
 | 
void | 
setMaximum(int max)  | 
void | 
setMessage(java.lang.String message)
Set a message to indicate the current progress 
 | 
void | 
setProgress(int progress)
Set the current progress 
 | 
void | 
start()
Start progress 
 | 
void setMessage(java.lang.String message)
void setProgress(int progress)
void setMaximum(int max)
void start()
void finish()
boolean isStopped()