public interface ProgressRunnable<T>
Modifier and Type | Method | 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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.