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