Package net.infonode.util
Class ValueChange
- java.lang.Object
-
- net.infonode.util.ValueChange
-
public class ValueChange extends java.lang.Object
A value change.
-
-
Constructor Summary
Constructors Constructor Description ValueChange(java.lang.Object oldValue, java.lang.Object newValue)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getNewValue()
Returns the new value.java.lang.Object
getOldValue()
Returns the old value.
-