org.apache.cocoon.portal.event.user
Class UserWillLogoutEvent

java.lang.Object
  extended byorg.apache.cocoon.portal.event.user.UserEvent
      extended byorg.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 $

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.event.user.UserEvent
portalUser
 
Constructor Summary
UserWillLogoutEvent(PortalUser pu)
           
 
Methods inherited from class org.apache.cocoon.portal.event.user.UserEvent
getPortalUser, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserWillLogoutEvent

public UserWillLogoutEvent(PortalUser pu)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.