|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusReporter
Interface for objects that report status to the user.
| Method Summary | |
|---|---|
void |
display(java.lang.String msg)
Submit a message for display in the status line. |
void |
display(java.lang.String msg,
int priority)
Submit a message for display in the status line. |
void |
display(java.lang.String msg,
int longevity,
int progessNumerator,
int progessDenominator)
|
| Method Detail |
|---|
void display(java.lang.String msg)
void display(java.lang.String msg,
int priority)
msg - String to display.priority - Measure minimum message longevity of message in units
of 1/4 second.
void display(java.lang.String msg,
int longevity,
int progessNumerator,
int progessDenominator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||