|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginListener
listens to events associated with a UserLoginStore
UserLoginStore| Nested Class Summary | |
|---|---|
static class |
LoginListener.Adapter
|
| Method Summary | |
|---|---|
void |
failedLogin(UserLoginStore uls,
String location,
Exception exception)
called when a login was either canceled or failed due to an exception |
void |
loginPerformed(UserLoginStore uls,
User user,
String location)
called when a user logged into the store |
void |
logoutPerformed(UserLoginStore uls,
User user)
called when a user logged out |
| Method Detail |
|---|
void loginPerformed(UserLoginStore uls,
User user,
String location)
void logoutPerformed(UserLoginStore uls,
User user)
void failedLogin(UserLoginStore uls,
String location,
Exception exception)
location - denotes where the event occurredexception - is commonly either a DatabaseException or a FailedLoginExceptionDatabaseException,
FailedLoginException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||