|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Command.Listener
Listener interface.
Method Summary | |
---|---|
void |
onLog(Level level,
String message,
Throwable t)
Gets called on logging. |
Method Detail |
---|
void onLog(Level level, String message, Throwable t)
level
- The level of the event.message
- The message of the event or null
.t
- The throwable of the event or null
.
NullPointerException
- if level
is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |