Class SessionDestroyedEvent
- java.lang.Object
-
- org.xwiki.container.servlet.events.SessionDestroyedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
@Unstable public class SessionDestroyedEvent extends Object implements org.xwiki.observation.event.Event
Event triggered when aHttpSession
is destroyed. This event is the xwiki event triggered whenHttpSessionListener.sessionDestroyed(HttpSessionEvent)
is called. Note that this event should *not* be serializable: we probably don't want it to be sent remotely. The following information are also sent:- source: the
HttpSession
that is about to be destroyed - data: null
- Since:
- 14.5, 14.4.1
- Version:
- $Id: be8560076ba6006ea4e52540eeeb840c5b04b77c $
-
-
Constructor Summary
Constructors Constructor Description SessionDestroyedEvent()
-
-
-
Method Detail
-
matches
public boolean matches(Object otherEvent)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-