|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used to listen for LoggerRepository
related
events such as startup, reset, and shutdown. Clients register
an instance of the interface and the instance is called back
when the various events occur.
LoggerRepository
provides methods for adding and removing
LoggerEventListener instances.
Method Summary | |
void |
configurationChangedEvent(LoggerRepository repository)
Called when the repository configuration is changed. |
void |
configurationResetEvent(LoggerRepository repository)
Called when the repository configuration is reset. |
void |
shutdownEvent(LoggerRepository repository)
Called when the repository is shutdown. |
Method Detail |
public void configurationResetEvent(LoggerRepository repository)
public void configurationChangedEvent(LoggerRepository repository)
public void shutdownEvent(LoggerRepository repository)
|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |