|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.log.ModuleEventLog
This class organizes the logging of module events.
| Method Summary | |
void |
addLog(ModuleEventListener log)
Add listener. |
void |
addLog(PrintStream out)
Add stream listener. |
void |
addModule(ModuleProperties prop)
Add module. |
static ModuleEventLog |
getInstance()
Get instance of Logger. |
void |
removeLog(ModuleEventListener log)
Remove listener. |
void |
removeModule(ModuleProperties prop)
Remove module. |
void |
stateChanged(ModuleProperties prop)
Module properties (i.e. the status) have changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final ModuleEventLog getInstance()
public final void addLog(ModuleEventListener log)
log - Add this listener.public final void removeLog(ModuleEventListener log)
log - Remove this listener.public final void addLog(PrintStream out)
out - Put messages into this stream.public void addModule(ModuleProperties prop)
ModuleEventListener
addModule in interface ModuleEventListenerprop - add module with this properties.public void stateChanged(ModuleProperties prop)
ModuleEventListener
stateChanged in interface ModuleEventListenerprop - public void removeModule(ModuleProperties prop)
ModuleEventListener
removeModule in interface ModuleEventListenerprop - remove module with this properties.
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |