public interface IValueDetailListener
Clients may implement this interface.
IDebugModelPresentation| Modifier and Type | Method and Description |
|---|---|
void |
detailComputed(IValue value,
java.lang.String result)
Notifies this listener that the details for the given
value have been computed as the specified result.
|
void detailComputed(IValue value, java.lang.String result)
value - the value for which the detail is providedresult - the detailed description of the given value
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.