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.