Interface IValueDetailListener


  • public interface IValueDetailListener
    Notified of detailed value descriptions.

    Clients may implement this interface.

    Since:
    2.0
    See Also:
    IDebugModelPresentation
    • Method Detail

      • detailComputed

        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