Class ValueDiff<T>
- java.lang.Object
-
- org.eclipse.core.databinding.observable.value.ValueDiff<T>
-
-
Constructor Summary
Constructors Constructor Description ValueDiff()
Creates a value diff.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
abstract T
getNewValue()
abstract T
getOldValue()
int
hashCode()
String
toString()
-