org.apache.cocoon.portal.event.user
Class UserEvent
java.lang.Object
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portalUser
protected PortalUser portalUser
UserEvent
public UserEvent(PortalUser user)
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.