public class Activator extends Object implements ModuleActivator
Modifier and Type | Field and Description |
---|---|
static ModuleContext |
mc |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
void |
start(ModuleContext mc)
This method is called by the framework to start the module.
|
void |
stop(ModuleContext arg0)
This method is called by the framework to stop the module.
|
public static ModuleContext mc
public void start(ModuleContext mc) throws Exception
start
in interface ModuleActivator
Exception
public void stop(ModuleContext arg0) throws Exception
stop
in interface ModuleActivator
Exception
Copyright © 2018 universAAL Consortium. All rights reserved.