public interface ILoginController extends IController
Modifier and Type | Method and Description |
---|---|
void |
register()
Called when the user clicks the "Register" button in the login view
|
void |
signIn()
Called when the user clicks the "Sign in" button in the login view
|
void |
start()
Displays the login view
|
getView