Package com.vaadin.ui
Interface LoginForm.LoginListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Enclosing class:
- LoginForm
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface LoginForm.LoginListener extends SerializableEventListener
Listener triggered when a login occurs in aLoginForm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLogin(LoginForm.LoginEvent event)Event method invoked when the login button is pressed in a login form.
-
-
-
Method Detail
-
onLogin
void onLogin(LoginForm.LoginEvent event)
Event method invoked when the login button is pressed in a login form.- Parameters:
event- the login event
-
-