|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A runnable that represents one logical evaluation to be run in a target thread.
Clients are intended to imlpement this interface.
IJavaThread.runEvaluation(IEvaluationRunnable, IProgressMonitor, int, boolean)
Method Summary | |
void |
run(IJavaThread thread,
org.eclipse.core.runtime.IProgressMonitor monitor)
Runs this evaluation in the specified thread, reporting progress to the given progress monitor. |
Method Detail |
public void run(IJavaThread thread, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.debug.core.DebugException
thread
- the thread in which to run the evaluationmonitor
- progress monitor (may be null
)
org.eclipse.debug.core.DebugException
- if an exception occurs during
the evaluation
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |