|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a listener of event on a MonologFactory.
| Method Summary | |
|---|---|
void |
handlerCreated(Handler handler)
It is called when a new handler has been created by the monolog factory |
void |
handlerRemoved(Handler handler)
It i called when an handler has been removed by the monolog factory |
void |
levelCreated(Level level)
It is called when a new level has been created by the monolog factory |
void |
levelRemoved(Level level)
It i called when a level has been removed by the monolog factory |
| Method Detail |
public void handlerCreated(Handler handler)
handler - is the created handlerpublic void handlerRemoved(Handler handler)
handler - is the removed handlerpublic void levelCreated(Level level)
level - is the created handlerpublic void levelRemoved(Level level)
level - is the removed handler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||