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 with problems indication.

    See Also:
    IEvaluationEngine, IEvaluationRequest
    • Method Detail

      • evaluationComplete

        void evaluationComplete​(IEvaluationResult result)
                         throws org.eclipse.debug.core.DebugException
        Notifies this listener that an evaluation has completed, with the given result.
        Parameters:
        result - evaluation result, cannot be null
        Throws:
        org.eclipse.debug.core.DebugException - if result processing fails
        See Also:
        IEvaluationResult