Interface ModuleServiceConsumer


  • public interface ModuleServiceConsumer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • serviceReady

        void serviceReady​(java.lang.Class<?> serviceClass)
        The service instance indicated by serviceClass is ready for use.

        Get the ready instance by calling ModuleServicesManager.getService(Class).

      • serviceShutdown

        void serviceShutdown​(java.lang.Class<?> serviceClass)
        The service indicated by serviceClass has shut down.