public interface ProgressReporter
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