public interface ModuleInterface
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(java.lang.Object obj,
SEHRDataSource ds)
Used to initialize the object handler
|
void |
run()
Used to start the object handler
|
void |
terminate()
Used to terminate the object handler
|
void initialize(java.lang.Object obj,
SEHRDataSource ds)
void run() throws SEHRModuleException
SEHRModuleExceptionvoid terminate()