public class ValidationObject
extends java.util.EventObject
| Constructor and Description |
|---|
ValidationObject(java.lang.Object source,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructs a new
ValidationObject. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNewValue()
Sets the new value, expressed as an Object.
|
java.lang.Object |
getOldValue()
Gets the old value, expressed as an Object.
|
java.lang.String |
toString() |
public ValidationObject(java.lang.Object source,
java.lang.Object oldValue,
java.lang.Object newValue)
ValidationObject.source - The source that sends this ValidationObject.oldValue - The old value.newValue - The new value.public java.lang.Object getNewValue()
public java.lang.Object getOldValue()
public java.lang.String toString()
toString in class java.util.EventObject