org.fuin.examples.apps4xxxxx
Interface LoginController

All Superinterfaces:
org.fuin.apps4j.Controller<LoginView>
All Known Implementing Classes:
LoginControllerImpl

public interface LoginController
extends org.fuin.apps4j.Controller<LoginView>

Example login controller used by the view.


Method Summary
 void cancel()
          Cancel the login process.
 void verify(java.lang.String username, char[] password)
          Try to login with the username and password.
 
Methods inherited from interface org.fuin.apps4j.Controller
setView
 

Method Detail

verify

void verify(java.lang.String username,
            char[] password)
Try to login with the username and password.

Parameters:
username - Username.
password - Password.

cancel

void cancel()
Cancel the login process.



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