Package pro.gravit.launcher.modules
Class LauncherModule.Event
- java.lang.Object
-
- pro.gravit.launcher.modules.LauncherModule.Event
-
- Direct Known Subclasses:
ClosePhase,InitPhase,PostInitPhase,PreConfigPhase,PreGsonPhase
- Enclosing class:
- LauncherModule
public static class LauncherModule.Event extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancancel
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LauncherModule.Eventcancel()booleanisCancel()
-
-
-
Method Detail
-
isCancel
public boolean isCancel()
-
cancel
public LauncherModule.Event cancel()
-
-