|
3.0.2: 2012-01-25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProgressReporter
Certain methods in BASE can report their progress back to the calling client application if they are giving an object that implements this interface.
| Method Summary | |
|---|---|
void |
append(String message)
Append a message to the previous one. |
void |
display(int percent,
String message)
Display a progress message. |
| Method Detail |
|---|
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
|
3.0.2: 2012-01-25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||