|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this listener interface will be notified on any kinds of configuration changes. For any property that may be subject to changes, an appropriate method is being provided by this interface.
Notice: Originally, the ConfigurationChange event mechanism was meant to be used by a GUI implementation, which is on the To-Do list. Hence, even though the mechanism is fully operational, it is not yet being used by the Logging Framework itself.
Method Summary | |
void |
bufferChanged(ConfigurationChangeEvent e)
This method will be called in case a buffer definition has been added, changed or removed. |
void |
intervalChanged(ConfigurationChangeEvent e)
This method will be called in case the interval between anchor timestamps has been changed. |
void |
loggerChanged(ConfigurationChangeEvent e)
This method will be called in case the underlying logging mechanism has been exchanged. |
void |
logLevelChanged(ConfigurationChangeEvent e)
This method will be called in case a log level has been added, changed or removed. |
void |
outputChanged(ConfigurationChangeEvent e)
This method will be called in case output destinations have been added, changed or removed. |
Method Detail |
public void loggerChanged(ConfigurationChangeEvent e)
e
- The corresponding event objectpublic void intervalChanged(ConfigurationChangeEvent e)
e
- The corresponding event objectpublic void outputChanged(ConfigurationChangeEvent e)
e
- The corresponding event objectpublic void bufferChanged(ConfigurationChangeEvent e)
e
- The corresponding event objectpublic void logLevelChanged(ConfigurationChangeEvent e)
e
- The corresponding event object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |