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 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.