|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DefaultModelManager.Listener
Listener interface.
Method Summary | |
---|---|
void |
onLog(Level level,
String message,
Throwable t)
Get 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 |