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

java.lang.Object
  extended byorg.apache.cocoon.portal.event.user.UserEventUtil

public class UserEventUtil
extends Object

Utility class for user events.

Since:
2.2
Version:
$Id: UserEventUtil.java 306534 2005-10-06 05:57:28Z cziegeler $

Method Summary
static void sendUserDidLoginEvent(PortalService service, PortalUser user)
           
static void sendUserIsAccessingEvent(PortalService service, PortalUser user)
           
static void sendUserWillLogoutEvent(PortalService service, PortalUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sendUserDidLoginEvent

public static void sendUserDidLoginEvent(PortalService service,
                                         PortalUser user)

sendUserWillLogoutEvent

public static void sendUserWillLogoutEvent(PortalService service,
                                           PortalUser user)

sendUserIsAccessingEvent

public static void sendUserIsAccessingEvent(PortalService service,
                                            PortalUser user)


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