Class SessionDestroyedEvent

  • All Implemented Interfaces:
    org.xwiki.observation.event.Event

    @Unstable
    public class SessionDestroyedEvent
    extends Object
    implements org.xwiki.observation.event.Event
    Event triggered when a HttpSession is destroyed. This event is the xwiki event triggered when HttpSessionListener.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 Detail

      • SessionDestroyedEvent

        public SessionDestroyedEvent()
    • Method Detail

      • matches

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