org.fuin.examples.apps4xxxxx
Interface LoginModuleImplIntf.LoginListener

All Superinterfaces:
org.fuin.apps4j.ModuleImplIntfListener
Enclosing interface:
LoginModuleImplIntf

public static interface LoginModuleImplIntf.LoginListener
extends org.fuin.apps4j.ModuleImplIntfListener

Gets informed about the result of the login process.


Method Summary
 void failure(org.fuin.apps4j.CanceledException ex)
          User canceled the login process.
 void success(java.lang.String username)
          The login was successful.
 
Methods inherited from interface org.fuin.apps4j.ModuleImplIntfListener
failure
 

Method Detail

success

void success(java.lang.String username)
The login was successful.

Parameters:
username - Name of the user that successfully logged in.

failure

void failure(org.fuin.apps4j.CanceledException ex)
User canceled the login process.

Parameters:
ex - Exception.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.