T - the type of value being observed@FunctionalInterface public interface IValueChangeListener<T> extends IObservablesListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleValueChange(ValueChangeEvent<? extends T> event)
Handles a change to an observable value.
|
void handleValueChange(ValueChangeEvent<? extends T> event)
event - the event
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.