Class SessionCreatedEvent
- java.lang.Object
-
- org.xwiki.container.servlet.events.SessionCreatedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
@Unstable public class SessionCreatedEvent extends Object implements org.xwiki.observation.event.Event
Event triggered when a newHttpSession
is created. This event is the xwiki event triggered whenHttpSessionListener.sessionCreated(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 has been created - data: null
- Since:
- 14.5, 14.4.1
- Version:
- $Id: 15f57627babf31c11a7255fcec41d3656546de15 $
-
-
Constructor Summary
Constructors Constructor Description SessionCreatedEvent()
-
-
-
Method Detail
-
matches
public boolean matches(Object otherEvent)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-