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 Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the progress dialog.
    void
    Updates the status message of the progress dialog.
  • Method Details

    • updateProgressStatus

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

      void cancel()
      Cancels the progress dialog.