|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.auth.LoginAdapter
org.jdesktop.swingx.JXLoginPanel.LoginListenerImpl
protected class JXLoginPanel.LoginListenerImpl
Listener class to track state in the LoginService
Constructor Summary | |
---|---|
protected |
JXLoginPanel.LoginListenerImpl()
|
Method Summary | |
---|---|
void |
loginCanceled(LoginEvent source)
Called by the JXLoginPanel in the event of a login cancellation by the user. |
void |
loginFailed(LoginEvent source)
Called by the JXLoginPanel in the event of a login failure |
void |
loginStarted(LoginEvent source)
Called by the JXLoginPanel when the Authentication operation is started. |
void |
loginSucceeded(LoginEvent source)
Called by the JXLoginPanel in the event of a successful login. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JXLoginPanel.LoginListenerImpl()
Method Detail |
---|
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 event
|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |