EventListenerJXLoginPane.LoginListenerImpl, LoginAdapterpublic interface LoginListener extends EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
loginCanceled(LoginEvent source) |
Called by the JXLoginPane in the event of a login
cancellation by the user.
|
void |
loginFailed(LoginEvent source) |
Called by the JXLoginPane in the event of a login failure
|
void |
loginStarted(LoginEvent source) |
Called by the JXLoginPane when the Authentication
operation is started.
|
void |
loginSucceeded(LoginEvent source) |
Called by the JXLoginPane in the event of a
successful login.
|
void loginFailed(LoginEvent source)
source - panel that fired the eventvoid loginStarted(LoginEvent source)
source - panel that fired the eventvoid loginCanceled(LoginEvent source)
source - panel that fired the eventvoid loginSucceeded(LoginEvent source)
source - panel that fired the eventCopyright © 2018. All rights reserved.