|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginListener
LoginListener provides a listener for the actual login process.
| 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. |
| Method Detail |
|---|
void loginFailed(LoginEvent source)
source - panel that fired the eventvoid loginStarted(LoginEvent source)
source - panel that fired the eventvoid loginCanceled(LoginEvent source)
source - panel that fired the eventvoid loginSucceeded(LoginEvent source)
source - panel that fired the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||