Uses of Class
me.friwi.jcefmaven.EnumProgress
-
Packages that use EnumProgress Package Description me.friwi.jcefmaven me.friwi.jcefmaven.impl.progress -
-
Uses of EnumProgress in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that return EnumProgress Modifier and Type Method Description static EnumProgressEnumProgress. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumProgress[]EnumProgress. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.friwi.jcefmaven with parameters of type EnumProgress Modifier and Type Method Description voidIProgressHandler. handleProgress(EnumProgress state, float percent)Handles a progress update from the installation and loading process. -
Uses of EnumProgress in me.friwi.jcefmaven.impl.progress
Methods in me.friwi.jcefmaven.impl.progress with parameters of type EnumProgress Modifier and Type Method Description voidConsoleProgressHandler. handleProgress(EnumProgress state, float percent)
-