EventListener, LoginListenerprotected class JXLoginPane.LoginListenerImpl extends LoginAdapter
| Modifier | Constructor | Description |
|---|---|---|
protected |
LoginListenerImpl() |
| 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.
|
public void loginSucceeded(LoginEvent source)
LoginListenerloginSucceeded in interface LoginListenerloginSucceeded in class LoginAdaptersource - panel that fired the eventpublic void loginStarted(LoginEvent source)
LoginListenerloginStarted in interface LoginListenerloginStarted in class LoginAdaptersource - panel that fired the eventpublic void loginFailed(LoginEvent source)
LoginListenerloginFailed in interface LoginListenerloginFailed in class LoginAdaptersource - panel that fired the eventpublic void loginCanceled(LoginEvent source)
LoginListenerloginCanceled in interface LoginListenerloginCanceled in class LoginAdaptersource - panel that fired the eventCopyright © 2018. All rights reserved.