Class AsyncZipTask.AsyncTaskParameters

  • Enclosing class:
    AsyncZipTask<T>

    public static class AsyncZipTask.AsyncTaskParameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncTaskParameters​(java.util.concurrent.ExecutorService executorService, boolean runInThread, ProgressMonitor progressMonitor)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runInThread

        private final boolean runInThread
      • executorService

        private final java.util.concurrent.ExecutorService executorService
    • Constructor Detail

      • AsyncTaskParameters

        public AsyncTaskParameters​(java.util.concurrent.ExecutorService executorService,
                                   boolean runInThread,
                                   ProgressMonitor progressMonitor)