Eclipse Platform
Release 3.1

org.eclipse.debug.core.model
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 Summary
 void watchEvaluationFinished(IWatchExpressionResult result)
          Notifies the listener that an evaluation has completed.
 

Method Detail

watchEvaluationFinished

public void watchEvaluationFinished(IWatchExpressionResult result)
Notifies the listener that an evaluation has completed.

Parameters:
result - the result of the evaluation

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.