public interface ProgressReporter
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String message)
Append a message to the previous one.
|
void |
display(int percent,
java.lang.String message)
Display a progress message.
|
void display(int percent, java.lang.String message)
percent
- How many percent of the task that is completed
or -1 if not knownmessage
- A message, or nullvoid append(java.lang.String message)
message
- The message