public interface IEvaluationRunnable
Clients are intended to implement this interface.
IJavaThread.runEvaluation(IEvaluationRunnable,
IProgressMonitor, int, boolean)| Modifier and Type | Method and Description |
|---|---|
void |
run(IJavaThread thread,
IProgressMonitor monitor)
Runs this evaluation in the specified thread, reporting progress to the
given progress monitor.
|
void run(IJavaThread thread, IProgressMonitor monitor) throws DebugException
thread - the thread in which to run the evaluationmonitor - progress monitor (may be null)DebugException - if an exception occurs during the evaluation
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.