Interface IWatchExpressionListener


  • public interface IWatchExpressionListener
    A watch expression listener is notified when an org.eclipse.debug.core.model.IWatchExpressionDelegate completes an evaluation.
    Since:
    3.0
    See Also:
    IWatchExpressionDelegate, IWatchExpressionResult
    • Method Detail

      • watchEvaluationFinished

        void watchEvaluationFinished​(IWatchExpressionResult result)
        Notifies the listener that an evaluation has completed.
        Parameters:
        result - the result of the evaluation