public abstract class RunnableWithBooleanResult
extends java.lang.Object
implements org.eclipse.emf.transaction.RunnableWithResult
| Constructor and Description |
|---|
RunnableWithBooleanResult() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EObject |
getObject() |
java.lang.Boolean |
getResult() |
IStatus |
getStatus() |
void |
setObject(org.eclipse.emf.ecore.EObject object)
Set an object can be used in run method if set.
|
void |
setStatus(IStatus status) |
public org.eclipse.emf.ecore.EObject getObject()
public java.lang.Boolean getResult()
getResult in interface org.eclipse.emf.transaction.RunnableWithResultpublic final IStatus getStatus()
getStatus in interface org.eclipse.emf.transaction.RunnableWithResultpublic void setObject(org.eclipse.emf.ecore.EObject object)
object - public final void setStatus(IStatus status)
setStatus in interface org.eclipse.emf.transaction.RunnableWithResult