Type
- type of data changingpublic interface UserInfoChangeEvent<Type>
User
is having their information changed.Modifier and Type | Method and Description |
---|---|
Change<Type> |
getChange()
Gets the changed information.
|
User |
getNewUser()
Gets the new user instance after the change took place.
|
User |
getOldUser()
Gets the old user instance before the change took place.
|
Copyright © 2013–2019 Kitteh. All rights reserved.