Package me.friwi.jcefmaven
Interface IProgressHandler
- All Known Implementing Classes:
ConsoleProgressHandler
public interface IProgressHandler
Interface used to receive progress updates from
CefAppBuilder.- Author:
- Fritz Windisch
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleProgress(EnumProgress state, float percent) Handles a progress update from the installation and loading process.
-
Method Details
-
handleProgress
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
-