Constructor and Description |
---|
ChangeEvent(T oldValue,
T newValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getNewValue()
Returns the value after the event was fired
|
T |
getOldValue()
Returns the value before this change event was fired.
|
int |
hashCode() |
String |
toString() |