Package org.reactfx
Class Change<T>
- java.lang.Object
-
- org.reactfx.Change<T>
-
- Type Parameters:
T
- type of the value that changed.
public class Change<T> extends java.lang.Object
Represents a change of a value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getNewValue()
T
getOldValue()
-