public static interface UserRepository.LoadUserCallback
When User is properly loaded
onUserLoaded(User)
is invoked otherwise onError(Errors)
is called to further log or show error information
Modifier and Type | Method and Description |
---|---|
void |
onError(Errors errors) |
void |
onUserLoaded(User user) |