Package org.eclipse.debug.ui
Interface IValueDetailListener
-
public interface IValueDetailListener
Notified of detailed value descriptions.Clients may implement this interface.
- Since:
- 2.0
- See Also:
IDebugModelPresentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
detailComputed(IValue value, String result)
Notifies this listener that the details for the given value have been computed as the specified result.
-