|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonologFactoryListener
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 |
|---|
void handlerCreated(Handler handler)
handler - is the created handlervoid handlerRemoved(Handler handler)
handler - is the removed handlervoid levelCreated(Level level)
level - is the created handlervoid levelRemoved(Level level)
level - is the removed handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||