Class ClientProcessClassLoaderEvent

java.lang.Object
pro.gravit.launcher.base.modules.LauncherModule.Event
pro.gravit.launcher.client.events.ClientProcessClassLoaderEvent

public class ClientProcessClassLoaderEvent extends pro.gravit.launcher.base.modules.LauncherModule.Event
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final pro.gravit.utils.launch.ClassLoaderControl
     
    final pro.gravit.utils.launch.Launch
     
    final pro.gravit.launcher.base.profiles.ClientProfile
     

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

    cancel
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientProcessClassLoaderEvent(pro.gravit.utils.launch.Launch launch, pro.gravit.utils.launch.ClassLoaderControl classLoaderControl, pro.gravit.launcher.base.profiles.ClientProfile profile)
     
  • Method Summary

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

    cancel, isCancel

    Methods inherited from class java.lang.Object

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

    • launch

      public final pro.gravit.utils.launch.Launch launch
    • classLoaderControl

      public final pro.gravit.utils.launch.ClassLoaderControl classLoaderControl
    • profile

      public final pro.gravit.launcher.base.profiles.ClientProfile profile
  • Constructor Details

    • ClientProcessClassLoaderEvent

      public ClientProcessClassLoaderEvent(pro.gravit.utils.launch.Launch launch, pro.gravit.utils.launch.ClassLoaderControl classLoaderControl, pro.gravit.launcher.base.profiles.ClientProfile profile)