|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Console
Interface implemented by objects which are required to report information, warnings and non-fatal errors to the user.
The implementation is generally expected to be thread-safe.
| Nested Class Summary | |
|---|---|
static class |
Console.MessageType
Message types. |
| Method Summary | |
|---|---|
void |
showMessage(java.lang.String message,
Console.MessageType messageType)
Show specified message to user. |
| Method Detail |
|---|
void showMessage(java.lang.String message,
Console.MessageType messageType)
message - a possibly multi-line messagemessageType - type of message: Console.MessageType.INFO, Console.MessageType.WARNING, Console.MessageType.ERROR or Console.MessageType.DEBUG.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||