EventListener
, LoginListener
protected 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)
LoginListener
loginSucceeded
in interface LoginListener
loginSucceeded
in class LoginAdapter
source
- panel that fired the eventpublic void loginStarted(LoginEvent source)
LoginListener
loginStarted
in interface LoginListener
loginStarted
in class LoginAdapter
source
- panel that fired the eventpublic void loginFailed(LoginEvent source)
LoginListener
loginFailed
in interface LoginListener
loginFailed
in class LoginAdapter
source
- panel that fired the eventpublic void loginCanceled(LoginEvent source)
LoginListener
loginCanceled
in interface LoginListener
loginCanceled
in class LoginAdapter
source
- panel that fired the eventCopyright © 2018. All rights reserved.