org.jasig.portal.events.support
Class UserSessionDestroyedPortalEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.jasig.portal.events.PortalEvent
              extended by org.jasig.portal.events.support.UserSessionDestroyedPortalEvent
All Implemented Interfaces:
Serializable

public final class UserSessionDestroyedPortalEvent
extends PortalEvent

Since:
2.6
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Scott Battaglia
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserSessionDestroyedPortalEvent(Object source, IPerson person)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.jasig.portal.events.PortalEvent
getDescription, getDisplayName, getEventType, getId, getPerson, getStatsSession, getTimestampAsDate, setDescription, setId, setStatsSession, setTimestampAsDate
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserSessionDestroyedPortalEvent

public UserSessionDestroyedPortalEvent(Object source,
                                       IPerson person)
Method Detail

toString

public String toString()
Overrides:
toString in class PortalEvent


Copyright © 2010 Jasig. All Rights Reserved.