Interface ModuleServiceConsumer
public interface ModuleServiceConsumer
- 
Method SummaryModifier and TypeMethodDescriptionvoidserviceReady(Class<?> serviceClass) The service instance indicated byserviceClassis ready for use.voidserviceShutdown(Class<?> serviceClass) The service indicated byserviceClasshas shut down.
- 
Method Details- 
serviceReadyThe service instance indicated byserviceClassis ready for use.Get the ready instance by calling ModuleServicesManager.getService(Class).
- 
serviceShutdownThe service indicated byserviceClasshas shut down.
 
-