Eclipse JDT
2.0

org.eclipse.jdt.debug.eval
Interface IEvaluationListener


public interface IEvaluationListener

Evaluation results are reported to evaluation listeners on the completion of an evaluation. The evaluation may fail but a result will be supplied indicating the problems.

Clients may implement this interface.

Since:
2.0
See Also:
IEvaluationResult

Method Summary
 void evaluationComplete(IEvaluationResult result)
          Notifies this listener that an evaluation has completed, with the given result.
 

Method Detail

evaluationComplete

public void evaluationComplete(IEvaluationResult result)
Notifies this listener that an evaluation has completed, with the given result.

Parameters:
result - The result from the evaluation
See Also:
IEvaluationResult

Eclipse JDT
2.0

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