org.ifeth.sehr.lib
Interface ModuleInterface

All Known Implementing Classes:
Module, SEHRObjectHandler

public interface ModuleInterface

Author:
hjhaase

Method Summary
 void initialize(java.lang.Object obj, SEHRCfg cfg)
          Used to initialize the object handler
 void run()
          Used to start the object handler
 void terminate()
          Used to terminate the object handler
 

Method Detail

initialize

public void initialize(java.lang.Object obj,
                       SEHRCfg cfg)
Used to initialize the object handler


run

public void run()
Used to start the object handler


terminate

public void terminate()
Used to terminate the object handler