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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.