public interface FeatureEntryPoint
| Modifier and Type | Method and Description | 
|---|---|
| void | start()This method is called once by the Kernel when a Feature has been newly started. | 
| void | stop()This method is called once by the Kernel when a Feature is going to be unloaded. | 
void start()
void stop()