T
- public abstract class Worker<T>
extends java.lang.Object
implements org.eclipse.jface.operation.IRunnableWithProgress
Constructor and Description |
---|
Worker() |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getError()
Returns the error.
|
T |
getResult()
Returns the result.
|
void |
setError(java.lang.Exception e)
Sets the error.
|
public java.lang.Exception getError()
public T getResult()
public void setError(java.lang.Exception e)
e
-