ResultType - the type that will be returned by run(IProgressMonitor)public interface IProgressRunnable<ResultType>
| Modifier and Type | Method and Description |
|---|---|
ResultType |
run(IProgressMonitor monitor)
Perform some action that returns a result or throws an exception
|
ResultType run(IProgressMonitor monitor) throws java.lang.Exception
monitor - the IProgressMonitor associated with this callablejava.lang.Exception