private static final class SDKProgressPublisher.LazyHolder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ExecutorService |
executor
A single thread pool for executing all ProgressListener callbacks.
|
Modifier | Constructor and Description |
---|---|
private |
LazyHolder() |
Modifier and Type | Method and Description |
---|---|
private static java.util.concurrent.ExecutorService |
createNewExecutorService()
Creates a new single threaded executor service for performing the
callbacks.
|