|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListenerContainer
Defines a Listener that contains other Listener instances. All Loggers have one of these to handle managing their Listeners.
| Method Summary | |
|---|---|
void |
add(Listener... c)
Adds Listeners to the logger. |
void |
log(LogMeta meta,
String text)
This will broadcast the log message to all the Listener objects registered with the this object. |
| Method Detail |
|---|
void log(LogMeta meta,
String text)
log in interface Listenervoid add(Listener... c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||