public interface ILoginInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
login(ILoginResultCallback resultCallback,
java.lang.String username,
java.lang.String password,
IUiThreadAccess uiThreadAccess)
Does the login.
|
void login(ILoginResultCallback resultCallback, java.lang.String username, java.lang.String password, IUiThreadAccess uiThreadAccess)
resultCallback - A callback to set the login result.
The callbacks need not to run in the event dispatcher thread.username - The username set in the login dialogpassword - The password set in the login dialoguiThreadAccess - The access to the ui threadSiehe auch Jowidgets Nutzerhandbuch