Uses of Class
org.eclipse.core.databinding.observable.value.ValueChangingEvent
-
Packages that use ValueChangingEvent Package Description org.eclipse.core.databinding.observable.value Provides classes that can be used to observe changes in discrete values. -
-
Uses of ValueChangingEvent in org.eclipse.core.databinding.observable.value
Methods in org.eclipse.core.databinding.observable.value with parameters of type ValueChangingEvent Modifier and Type Method Description void
IValueChangingListener. handleValueChanging(ValueChangingEvent<T> event)
This method is called when the value is about to change and provides an opportunity to veto the change.
-