Package me.friwi.jcefmaven
Interface IProgressHandler
-
- All Known Implementing Classes:
ConsoleProgressHandler
public interface IProgressHandlerInterface used to receive progress updates fromCefAppBuilder.- Author:
- Fritz Windisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleProgress(EnumProgress state, float percent)Handles a progress update from the installation and loading process.
-
-
-
Method Detail
-
handleProgress
void handleProgress(EnumProgress state, float percent)
Handles a progress update from the installation and loading process.- Parameters:
state- The state the installer is now in.percent- -1 if no percentage available (unpredictable task) or [0f, 100f] if predictable
-
-