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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.server.VaadinSessioncom.vaadin.server.VaadinSessionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods 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:
getSourcein classEventObject
-
getSession
public com.vaadin.server.VaadinSession getSession()
-