Class JavaRuntimeModule


  • public class JavaRuntimeModule
    extends pro.gravit.launcher.modules.LauncherModule
    • Nested Class Summary

      • Nested classes/interfaces inherited from class pro.gravit.launcher.modules.LauncherModule

        pro.gravit.launcher.modules.LauncherModule.Event, pro.gravit.launcher.modules.LauncherModule.EventHandler<T extends pro.gravit.launcher.modules.LauncherModule.Event>, pro.gravit.launcher.modules.LauncherModule.InitStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RUNTIME_NAME  
      • Fields inherited from class pro.gravit.launcher.modules.LauncherModule

        initStatus, moduleInfo, modulesConfigManager, modulesManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(pro.gravit.launcher.modules.LauncherInitContext initContext)  
      • Methods inherited from class pro.gravit.launcher.modules.LauncherModule

        callEvent, getInitStatus, getModuleInfo, preInit, preInitAction, registerEvent, setContext, setInitStatus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaRuntimeModule

        public JavaRuntimeModule()
    • Method Detail

      • init

        public void init​(pro.gravit.launcher.modules.LauncherInitContext initContext)
        Specified by:
        init in class pro.gravit.launcher.modules.LauncherModule