public class DataRepresentation extends Object implements ModuleActivator
Constructor and Description |
---|
DataRepresentation() |
Modifier and Type | Method and Description |
---|---|
void |
start(ModuleContext mc) |
void |
stop(ModuleContext mc) |
public void start(ModuleContext mc) throws Exception
start
in interface ModuleActivator
mc
- The execution context of the module being started.Exception
- An exception indicating a problem.public void stop(ModuleContext mc) throws Exception
stop
in interface ModuleActivator
mc
- The execution context of the module being stopped.Exception
- An exception indicating a problem.Copyright © 2019 universAAL Consortium. All rights reserved.