Class ConsoleProgressHandler

    • Constructor Detail

      • ConsoleProgressHandler

        public ConsoleProgressHandler()
    • Method Detail

      • handleProgress

        public void handleProgress​(EnumProgress state,
                                   float percent)
        Description copied from interface: IProgressHandler
        Handles a progress update from the installation and loading process.
        Specified by:
        handleProgress in interface IProgressHandler
        Parameters:
        state - The state the installer is now in.
        percent - -1 if no percentage available (unpredictable task) or [0f, 100f] if predictable