Interface StatusService

    • Method Detail

      • showProgress

        void showProgress​(int value,
                          int maximum)
        Updates the progress bar.
      • showStatus

        void showStatus​(String message)
        Updates the status message.
      • showStatus

        void showStatus​(int progress,
                        int maximum,
                        String message)
        Updates the status message and progress bar.
      • showStatus

        void showStatus​(int progress,
                        int maximum,
                        String message,
                        boolean warn)
        Updates the status message and progress bar, optionally flagging the status notification as a warning.
        Parameters:
        progress - New progress value
        maximum - New progress maximum
        message - New status message
        warn - Whether or not this notification constitutes a warning
      • warn

        void warn​(String message)
        Issues a warning message.
      • clearStatus

        void clearStatus()
        Clears the status message.