org.apache.cocoon.portal.event.user
Class UserWillLogoutEvent
java.lang.Object
org.apache.cocoon.portal.event.user.UserEvent
org.apache.cocoon.portal.event.user.UserWillLogoutEvent
- All Implemented Interfaces:
- ActionEvent, Event
- public class UserWillLogoutEvent
- extends UserEvent
This event is send when a user logs out from the portal.
Note, that not in all circumstances a logout is received from a user, e.g. when
the session expires and the user does not explicitly logout.
- Since:
- 2.2
- Version:
- $Id: UserWillLogoutEvent.java 327143 2005-10-21 10:12:49Z cziegeler $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserWillLogoutEvent
public UserWillLogoutEvent(PortalUser pu)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.