public static interface PinWatchUISupport.ValueProvider.ValueChangeListener
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(Watch watch)
Notify that a watch value has changed.
|
void valueChanged(Watch watch)
PinWatchUISupport.ValueProvider.getValue(org.netbeans.api.debugger.Watch)
then returns the new value.watch
- The watch whose value has changed.