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