|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserEvent | |
org.apache.cocoon.portal.event.user | |
org.apache.cocoon.portal.profile.impl |
Uses of UserEvent in org.apache.cocoon.portal.event.user |
Subclasses of UserEvent in org.apache.cocoon.portal.event.user | |
class |
UserDidLoginEvent
This event is send when a new user logs into the portal. |
class |
UserIsAccessingEvent
This event is send when a user is accessing(using) the portal. |
class |
UserWillLogoutEvent
This event is send when a user logs out from the portal. |
Uses of UserEvent in org.apache.cocoon.portal.profile.impl |
Methods in org.apache.cocoon.portal.profile.impl with parameters of type UserEvent | |
void |
AbstractProfileManager.inform(UserEvent event,
PortalService service)
Receives any user related event and invokes login, logout etc. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |