net.infonode.util

Class ValueChange

public class ValueChange extends Object

A value change.

Version: $Revision: 1.2 $

Author: $Author: johan $

Constructor Summary
ValueChange(Object oldValue, Object newValue)
Constructor.
Method Summary
ObjectgetNewValue()
Returns the new value.
ObjectgetOldValue()
Returns the old value.

Constructor Detail

ValueChange

public ValueChange(Object oldValue, Object newValue)
Constructor.

Parameters: oldValue the old value newValue the new value

Method Detail

getNewValue

public Object getNewValue()
Returns the new value.

Returns: the new value

getOldValue

public Object getOldValue()
Returns the old value.

Returns: the old value