Class ProgressMonitorExecutor

  • All Implemented Interfaces:
    Executor, ExecutorService

    public class ProgressMonitorExecutor
    extends ThreadPoolExecutor
    Executor that displays the progress monitor to the user. Similar to Executors.newSingleThreadExecutor(), but displays the progress monitor whenever a new task is executed.
    Since:
    12675 (moved from gui.progress package}