public interface ModuleServiceConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
serviceReady(java.lang.Class<?> serviceClass)
The service instance indicated by
serviceClass is ready for use. |
void |
serviceShutdown(java.lang.Class<?> serviceClass)
The service indicated by
serviceClass has shut down. |
void serviceReady(java.lang.Class<?> serviceClass)
serviceClass is ready for use.
Get the ready instance by calling ModuleServicesManager.getService(Class).
void serviceShutdown(java.lang.Class<?> serviceClass)
serviceClass has shut down.