Class 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 new HttpSession is created. This event is the xwiki event triggered when HttpSessionListener.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 Detail

      • SessionCreatedEvent

        public SessionCreatedEvent()
    • Method Detail

      • matches

        public boolean matches​(Object otherEvent)
        Specified by:
        matches in interface org.xwiki.observation.event.Event