IDebugData.IValueChangeListener Interface

com.bea.ide.debug
IDebugData.IValueChangeListener Interface

public static interface IDebugData.IValueChangeListener

This interface allows an implementer to get notified whenever a value has been set via the debugger.

Enclosing interface

IDebugData

Method Summary

public void
valueChanged()
Called whenever a value has been set through the debugger.

Method Detail

valueChanged() Method

public void valueChanged()
Called whenever a value has been set through the debugger. Usually indicates the the view should refresh its list of variables.