|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Verbose
Verbose interface. It's a way to tell the subcomponent to be verbose about what it is doing. This is useful for second-layer debugging and should not be used by everything. All modules and applications should use the event system instead. However, this is a useful way to get information from the underlying system.
Version History
EPG - Initial - 1 JAN 02
| Method Summary | |
|---|---|
boolean |
isVerbose()
Is it set to verbose? |
void |
screech(java.lang.String message)
Post a verbose message if verbose mode is on. |
void |
verboseOff()
Turn off the verbose mode. |
void |
verboseOn(StringPoster poster)
Turn on. |
| Method Detail |
|---|
void verboseOn(StringPoster poster)
throws ThingsException
poster - StringPoster where to put the debug info
ThingsExceptionvoid verboseOff()
void screech(java.lang.String message)
message - The message.boolean isVerbose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||