| Package | Description |
|---|---|
| com.toolsverse.util.concurrent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelProgressDelegate
Version of the non-blocking background progress delegate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentExecutor
ConcurrentExecutor is a service class which coordinates all work related to the service thread creation, execution and termination.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressDelegate |
ConcurrentFeature.getProgressDelegate()
Gets the current ProgressDelegate
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentFeature.setProgressDelegate(ProgressDelegate value)
Sets the new ProgressDelegate.
|
| Constructor and Description |
|---|
ConcurrentFeature(boolean showProgress,
String message,
ProgressDelegate progress,
boolean enableBackground)
Instantiates a new ConcurrentFeature.
|
ConcurrentFeature(ProgressDelegate progress)
Instantiates a new ProgressDelegate
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.