Class RuntimeLauncherCoreModule

java.lang.Object
pro.gravit.launcher.base.modules.LauncherModule
pro.gravit.launcher.client.RuntimeLauncherCoreModule

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

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

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

    Fields inherited from class pro.gravit.launcher.base.modules.LauncherModule

    initStatus, moduleInfo, modulesConfigManager, modulesManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(pro.gravit.launcher.base.modules.LauncherInitContext initContext)
     

    Methods inherited from class pro.gravit.launcher.base.modules.LauncherModule

    callEvent, getCheckResult, getCheckStatus, getContext, getInitStatus, getModuleInfo, preInit, preInitAction, registerEvent, requireModule, requireModule, setCheckResult, setContext, setInitStatus

    Methods inherited from class java.lang.Object

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

    • RuntimeLauncherCoreModule

      public RuntimeLauncherCoreModule()
  • Method Details

    • init

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