public abstract class LoginAdapter extends Object implements LoginListener
| Constructor and Description |
|---|
LoginAdapter() |
| Modifier and Type | Method and 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 LoginListenersource - panel that fired the eventpublic void loginStarted(LoginEvent source)
LoginListenerloginStarted in interface LoginListenersource - panel that fired the eventpublic void loginFailed(LoginEvent source)
LoginListenerloginFailed in interface LoginListenersource - panel that fired the eventpublic void loginCanceled(LoginEvent source)
LoginListenerloginCanceled in interface LoginListenersource - panel that fired the eventCopyright © 2017. All Rights Reserved.