Class TaskMonitorV2Util
java.lang.Object
com.vividsolutions.jump.task.TaskMonitorUtil
com.vividsolutions.jump.task.TaskMonitorV2Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreport(TaskMonitor monitor, long itemsDone, long totalItems, String itemDescription) support more than int max items forTaskMonitorV2static voidsetTitle(TaskMonitor monitor, String title) set the title on nextgenTaskMonitorV2Methods inherited from class TaskMonitorUtil
isCancelRequested, report, report
-
Constructor Details
-
TaskMonitorV2Util
public TaskMonitorV2Util()
-
-
Method Details
-
setTitle
set the title on nextgenTaskMonitorV2 -
report
public static void report(TaskMonitor monitor, long itemsDone, long totalItems, String itemDescription) support more than int max items forTaskMonitorV2- Parameters:
monitor- a TaskMonitoritemsDone- number of processed itemstotalItems- total number of items to processitemDescription- description of what an item is
-