public interface ProgressCallable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
call(IProgressListener pProgressListener)
Computes a result, or throws an exception if unable to do so.
|
T call(IProgressListener pProgressListener) throws java.lang.Exception
pProgressListener - java.lang.Exception - if unable to compute a result