com.vaadin.ui
Interface LoginForm.LoginListener

All Superinterfaces:
Serializable
Enclosing class:
LoginForm

public static interface LoginForm.LoginListener
extends Serializable

Login listener is a class capable to listen LoginEvents sent from LoginBox


Method Summary
 void onLogin(LoginForm.LoginEvent event)
          This method is fired on each login form post.
 

Method Detail

onLogin

void onLogin(LoginForm.LoginEvent event)
This method is fired on each login form post.

Parameters:
event -


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.