Package io.jmix.ui.sys.event
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.
There is no SecurityContext available in the thread.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.server.VaadinSession
com.vaadin.server.VaadinSession
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
WebSessionInitializedEvent
public WebSessionInitializedEvent(com.vaadin.server.VaadinSession source)
-
-
Method Details
-
getSource
public com.vaadin.server.VaadinSession getSource()- Overrides:
getSource
in classEventObject
-
getSession
public com.vaadin.server.VaadinSession getSession()
-