Vaadin LoginForm - signaling when user passed or failed authentication
问题 I understand that in using the Login component of Vaadin 14, I must call addLoginListener to register a listener of my own that implements ComponentEventListener<AbstractLogin.LoginEvent> . In my implementing code, I can call the LoginEvent::getUsername and LoginEvent::getPassword methods to obtain the text values entered by the user. My listener code then determines if these credentials are correct. ➥ By what mechanism does my listener code communicate back to my LoginForm the results of the