Class WebSessionInitializedEvent

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

public class WebSessionInitializedEvent extends org.springframework.context.ApplicationEvent
Event that is fired on the first request processing of the VaadinSession.
There is no SecurityContext available in the thread.
See Also:
  • Constructor Details

    • WebSessionInitializedEvent

      public WebSessionInitializedEvent(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()