Interface ProgressUpdater

  • All Known Subinterfaces:
    ExportProgressUpdater

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface ProgressUpdater
    Interface used to update the export progress dialog.
    Since:
    18.1
    • Method Detail

      • updateProgressStatus

        void updateProgressStatus​(java.lang.String status)
        Updates the status message of the progress dialog.
        Parameters:
        status - The status message.
      • cancel

        void cancel()
        Cancels the progress dialog.