Package org.eclipse.debug.core.model
Interface IWatchExpressionListener
-
public interface IWatchExpressionListenerA watch expression listener is notified when anorg.eclipse.debug.core.model.IWatchExpressionDelegatecompletes an evaluation.- Since:
- 3.0
- See Also:
IWatchExpressionDelegate,IWatchExpressionResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwatchEvaluationFinished(IWatchExpressionResult result)Notifies the listener that an evaluation has completed.
-
-
-
Method Detail
-
watchEvaluationFinished
void watchEvaluationFinished(IWatchExpressionResult result)
Notifies the listener that an evaluation has completed.- Parameters:
result- the result of the evaluation
-
-