@DomEvent(value="login") public static class AbstractLogin.LoginEvent extends ComponentEvent<AbstractLogin>
source
Constructor and Description |
---|
LoginEvent(AbstractLogin source,
boolean fromClient,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getUsername() |
getSource, isFromClient, unregisterListener
toString
public LoginEvent(AbstractLogin source, boolean fromClient, @EventData(value="event.detail.username") String username, @EventData(value="event.detail.password") String password)
Copyright © 2022. All rights reserved.