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