public class ValueChange
extends java.lang.Object
Constructor and Description |
---|
ValueChange(java.lang.Object oldValue,
java.lang.Object newValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNewValue()
Returns the new value.
|
java.lang.Object |
getOldValue()
Returns the old value.
|