Interface ModuleService
- 
- All Known Subinterfaces:
- AlarmNotificationContext,- ChartManagerService,- TTSEngineManager
 
 public interface ModuleServiceMarker interface for a generic service provided by a module.ModuleServices are registered and unregistered with theModuleServicesManager.ModuleServiceConsumers can then subscribe and unsubsribe to the ready state of that service and retrieve a usable instance of the service after being notified of its ready state.