net.infonode.util
public class ValueChange extends Object
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
ValueChange(Object oldValue, Object newValue)
Constructor.
|
Method Summary | |
---|---|
Object | getNewValue()
Returns the new value.
|
Object | getOldValue()
Returns the old value.
|
Parameters: oldValue the old value newValue the new value
Returns: the new value
Returns: the old value