public interface ProgressInterface
Modifier and Type | Method and Description |
---|---|
int |
getMaxProgress()
Return the maximum progress value of the progress interface.
|
int |
getProgress()
Return the current progress value of the progress interface.
|
void |
setProgress(int percent)
Set the current progress value of the progress interface.
|
void |
setProgress(int percent,
java.lang.String message)
Sets the current progress value of the progress interface, with a message.
|
void |
setString(java.lang.String message)
Set the message of the progress interface.
|
int getProgress()
int getMaxProgress()
void setProgress(int percent)
percent
- the current progress value of the progress interfacevoid setProgress(int percent, java.lang.String message)
percent
- the current progress value of the progress interfacemessage
- the messagevoid setString(java.lang.String message)
message
- the message