public class ValueChangeEvent
extends java.lang.Object
| Constructor and Description |
|---|
ValueChangeEvent(int oldValue,
int newValue)
Creates a POJO holding the event values
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewValue()
Get the new value
|
int |
getOldValue()
Get the old value
|