Eclipse Platform
2.0

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.
 

Method Detail

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 provided
result - the detailed description of the given value

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.