Interface StatusIndicator

    • Method Detail

      • setStatusMessage

        void setStatusMessage​(java.lang.String message)
        Change the status message to indicate the progress of a background task.
      • disableUI

        void disableUI​(java.lang.String message)
        Disable the UI while a background task is running.
        Parameters:
        message - the message to display to the user while the task is running.
      • enableUI

        void enableUI()
        Enable the UI after a background task has completed.