|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for BLOs that want to listen for user session state changes. Usually the UserBLO, or derived from it custom classes, emit a UserSessionStateEvent whenever the user session state changes, for example the user logs in or logs out the application. Your BLO can implement this interface and register with UserBLO to receive notifications.
UserSessionStateEvent
,
UserBLO
Method Summary | |
void |
userLoggedIn(UserSessionStateEvent usse)
Called whenever a user logged in to the application. |
void |
userLoggedOut(UserSessionStateEvent usse)
Called whenever a user logged out from the application. |
Method Detail |
public void userLoggedIn(UserSessionStateEvent usse) throws BLException
BLException
public void userLoggedOut(UserSessionStateEvent usse) throws BLException
BLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |