Class ValueDiff<T>
java.lang.Object
org.eclipse.core.databinding.observable.value.ValueDiff<T>
- Type Parameters:
T- the type of value being observed
- All Implemented Interfaces:
IDiff
-
Constructor Details
-
ValueDiff
public ValueDiff()Creates a value diff.
-
-
Method Details
-
getOldValue
- Returns:
- the old value
-
getNewValue
- Returns:
- the new value
-
equals
-
hashCode
-
toString
-