GWTApplication.client
Interface FDBLoginListener
- All Known Implementing Classes:
- Main
interface FDBLoginListener
This is an interface which a listener for user authentication must
implement if it wants to be informed when the user has
authenticated. This interface is used by the LoginPanel
class.
- Version:
- $Id: FDBLoginListener.java,v 1.2 2007/08/17 14:23:03 cb Exp $
- Author:
- Craige Bevil
userLoggedIn
void userLoggedIn(AuthenticationDetails UserAuthentication)
- Called when a user authenticates himself against the system and
was successful.
- Parameters:
UserAuthentication
- Contains the users autherntication
details.