Interface ModuleServiceConsumer
public interface ModuleServiceConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serviceReady
(Class<?> serviceClass) The service instance indicated byserviceClass
is ready for use.void
serviceShutdown
(Class<?> serviceClass) The service indicated byserviceClass
has shut down.
-
Method Details
-
serviceReady
The service instance indicated byserviceClass
is ready for use.Get the ready instance by calling
ModuleServicesManager.getService(Class)
. -
serviceShutdown
The service indicated byserviceClass
has shut down.
-