Package io.jmix.ui.sys.event
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.
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
-
WebSessionDestroyedEvent
public WebSessionDestroyedEvent(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()
-