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

java.lang.Object
  extended byorg.apache.cocoon.portal.event.user.UserEvent
All Implemented Interfaces:
ActionEvent, Event
Direct Known Subclasses:
UserDidLoginEvent, UserIsAccessingEvent, UserWillLogoutEvent

public abstract class UserEvent
extends Object
implements ActionEvent

This interface marks an event as a user related event.

Since:
2.2
Version:
$Id: UserEvent.java 327143 2005-10-21 10:12:49Z cziegeler $

Field Summary
protected  PortalUser portalUser
           
 
Constructor Summary
UserEvent(PortalUser user)
           
 
Method Summary
 PortalUser getPortalUser()
           
 Object getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portalUser

protected PortalUser portalUser
Constructor Detail

UserEvent

public UserEvent(PortalUser user)
Method Detail

getPortalUser

public PortalUser getPortalUser()

getTarget

public Object getTarget()
Specified by:
getTarget in interface ActionEvent
See Also:
ActionEvent.getTarget()


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