public interface ProgressRunnable<T>
Modifier and Type | Method and Description |
---|---|
T |
run(ProgressHandle handle)
Perform the background work
|
T run(ProgressHandle handle)
handle
- A progress handle to post background work progress from.
The handle, when passed in, has had start() and setToIndeterminate() called.Built on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.