org.eclipse.debug.ui
Interface IValueDetailListener
- public interface IValueDetailListener
Notified of detailed value descriptions.
- Since:
- 2.0
- See Also:
IDebugModelPresentation
Method Summary |
void |
detailComputed(IValue value,
String result)
Notifies this listener that the details for the given
value have been computed as the specified result. |
detailComputed
public void detailComputed(IValue value,
String result)
- 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
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.