|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.auth.LoginAdapter
public abstract class LoginAdapter
| Constructor Summary | |
|---|---|
LoginAdapter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginAdapter()
| Method Detail |
|---|
public void loginSucceeded(LoginEvent source)
LoginListener
loginSucceeded in interface LoginListenersource - panel that fired the eventpublic void loginStarted(LoginEvent source)
LoginListener
loginStarted in interface LoginListenersource - panel that fired the eventpublic void loginFailed(LoginEvent source)
LoginListener
loginFailed in interface LoginListenersource - panel that fired the eventpublic void loginCanceled(LoginEvent source)
LoginListener
loginCanceled in interface LoginListenersource - panel that fired the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||