Class WebSessionDestroyedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.ui.sys.event.WebSessionDestroyedEvent
All Implemented Interfaces:
Serializable

public class WebSessionDestroyedEvent extends org.springframework.context.ApplicationEvent
Event that is fired when HTTP session is expired.
There is no SecurityContext available in the thread.
See Also:
  • Constructor Details

    • WebSessionDestroyedEvent

      public WebSessionDestroyedEvent(com.vaadin.server.VaadinSession source)
  • Method Details

    • getSource

      public com.vaadin.server.VaadinSession getSource()
      Overrides:
      getSource in class EventObject
    • getSession

      public com.vaadin.server.VaadinSession getSession()