|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientMessageWriter
This interface provides a mechanism by which various kinds of clients (e.g., command line clients, GUI clients, etc.) can display information about what a client is doing in an appropriate manner.
| Method Summary | |
|---|---|
boolean |
usingVerboseMode()
Indicates whether the message writer is using verbose mode and therefore will display messages written with the writeVerbose method. |
void |
writeMessage(java.lang.String message)
Writes the specified message to the appropriate location. |
void |
writeVerbose(java.lang.String message)
Writes the specified message to the appropriate location, provided that the client is operating in verbose mode. |
| Method Detail |
|---|
void writeMessage(java.lang.String message)
message - The message to be written.void writeVerbose(java.lang.String message)
message - The message to be written.boolean usingVerboseMode()
writeVerbose method.
true if the message writer is using verbose mode, or
false if not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||