org.qedeq.kernel.bo.log
Class ModuleEventListenerLog

java.lang.Object
  extended by org.qedeq.kernel.bo.log.ModuleEventListenerLog
All Implemented Interfaces:
ModuleEventListener

public final class ModuleEventListenerLog
extends java.lang.Object
implements ModuleEventListener

Listener that writes events to the QedeqLog.

Author:
Michael Meyling

Constructor Summary
ModuleEventListenerLog()
          Constructor.
 
Method Summary
 void addModule(QedeqBo prop)
          Add module.
 void removeModule(QedeqBo prop)
          Remove module.
 void stateChanged(QedeqBo prop)
          Module properties (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleEventListenerLog

public ModuleEventListenerLog()
Constructor.

Method Detail

addModule

public void addModule(QedeqBo prop)
Description copied from interface: ModuleEventListener
Add module.

Specified by:
addModule in interface ModuleEventListener
Parameters:
prop - add module with this properties.

stateChanged

public void stateChanged(QedeqBo prop)
Description copied from interface: ModuleEventListener
Module properties (i.e. the status) have changed.

Specified by:
stateChanged in interface ModuleEventListener
Parameters:
prop - The state of this module changed.

removeModule

public void removeModule(QedeqBo prop)
Description copied from interface: ModuleEventListener
Remove module.

Specified by:
removeModule in interface ModuleEventListener
Parameters:
prop - This module was removed.


Copyright © 2014. All Rights Reserved.