org.qedeq.kernel.bo.log
Interface ModuleEventListener

All Known Implementing Classes:
DefaultModuleEventListener, ModuleEventListenerLog, ModuleEventLog

public interface ModuleEventListener

Interface for an QEDEQ module event listener.

Author:
Michael Meyling

Method Summary
 void addModule(QedeqBo prop)
          Add module.
 void removeModule(QedeqBo prop)
          Remove module.
 void stateChanged(QedeqBo prop)
          Module properties (i.e.
 

Method Detail

addModule

void addModule(QedeqBo prop)
Add module.

Parameters:
prop - add module with this properties.

stateChanged

void stateChanged(QedeqBo prop)
Module properties (i.e. the status) have changed.

Parameters:
prop - The state of this module changed.

removeModule

void removeModule(QedeqBo prop)
Remove module.

Parameters:
prop - This module was removed.


Copyright © 2014. All Rights Reserved.