Eclipse JDT
2.0

org.eclipse.jdt.debug.core
Interface IEvaluationRunnable


public interface IEvaluationRunnable

A runnable that represents one logical evaluation to be run in a target thread.

Clients are intended to imlpement this interface.

Since:
2.0
See Also:
org.eclipse.jdt.debug.core.IJavaThread#runEvaluation(IEvaluationRunnable, IProgressMonitor, int)

Method Summary
 void run(IJavaThread thread, IProgressMonitor monitor)
          Runs this evaluation in the specified thread, reporting progress to the given progress monitor.
 

Method Detail

run

public void run(IJavaThread thread,
                IProgressMonitor monitor)
         throws DebugException
Runs this evaluation in the specified thread, reporting progress to the given progress monitor.

Parameters:
thread - the thread in which to run the evaluation
monitor - progress monitor (may be null)
Throws:
DebugException - if an exception occurs during the evaluation

Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.