Type - type of data changingpublic class Change<Type> extends Object
| Constructor and Description |
|---|
Change(Type oldData,
Type newData)
Constructs the change.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getNew()
Gets the new data following the change taking place.
|
Type |
getOld()
Gets the old data prior to the change taking place.
|
Copyright © 2013–2021 Kitteh. All rights reserved.