|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.logging.ConfigurationChangeAdapter
This is a convenience class intended to be used as an extendable
implementation of the ConfigurationChangeListener
interface.
All method bodies are empty, ready to be overridden, if necessary.
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.
Constructor Summary | |
ConfigurationChangeAdapter()
Empty construction. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationChangeAdapter()
Method Detail |
public void loggerChanged(ConfigurationChangeEvent e)
ConfigurationChangeListener
loggerChanged
in interface ConfigurationChangeListener
e
- The corresponding event objectpublic void intervalChanged(ConfigurationChangeEvent e)
ConfigurationChangeListener
intervalChanged
in interface ConfigurationChangeListener
e
- The corresponding event objectpublic void outputChanged(ConfigurationChangeEvent e)
ConfigurationChangeListener
outputChanged
in interface ConfigurationChangeListener
e
- The corresponding event objectpublic void bufferChanged(ConfigurationChangeEvent e)
ConfigurationChangeListener
bufferChanged
in interface ConfigurationChangeListener
e
- The corresponding event objectpublic void logLevelChanged(ConfigurationChangeEvent e)
ConfigurationChangeListener
logLevelChanged
in interface ConfigurationChangeListener
e
- The corresponding event object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |