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 TypeMethodDescriptionvoid
cancel()
Cancels the progress dialog.void
updateProgressStatus
(String status) Updates the status message of the progress dialog.
-
Method Details
-
updateProgressStatus
Updates the status message of the progress dialog.- Parameters:
status
- The status message.
-
cancel
void cancel()Cancels the progress dialog.
-