Class SessionLogoutEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.event.AbstractTransactionalPortalEvent
-
- lumis.portal.authentication.event.SessionEvent
-
- lumis.portal.authentication.event.SessionLogoutEvent
-
- All Implemented Interfaces:
IPortalEvent
public class SessionLogoutEvent extends SessionEvent
Event generated when an user logout is performed.- Since:
- 4.1.0
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
-
-
Constructor Summary
Constructors Constructor Description SessionLogoutEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
-
Method Summary
-
Methods inherited from class lumis.portal.authentication.event.SessionEvent
getSessions
-
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-
-
-
Constructor Detail
-
SessionLogoutEvent
public SessionLogoutEvent(SessionConfig sessionConfig, Collection<SessionConfig> sessions, ITransaction transaction)
-
-