|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Logger
Simple interface to be implemented by components that process log strings.
| Method Summary | |
|---|---|
void |
append(java.lang.String logMsg)
Appends a message to a log. |
void |
showLog(boolean show)
Shows the component implementing this. |
| Method Detail |
|---|
void append(java.lang.String logMsg)
logMsg - the String containing the messagevoid showLog(boolean show)
show - if true then show, otherwise hide
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||