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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detailComputed
(IValue value, String result) Notifies this listener that the details for the given value have been computed as the specified result.
-
Method Details
-
detailComputed
Notifies this listener that the details for the given value have been computed as the specified result.- Parameters:
value
- the value for which the detail is providedresult
- the detailed description of the given value
-