Uses of Interface
com.vaadin.flow.server.SessionDestroyListener
Packages that use SessionDestroyListener
-
Uses of SessionDestroyListener in com.vaadin.flow.hotswap
Classes in com.vaadin.flow.hotswap that implement SessionDestroyListenerModifier and TypeClassDescriptionclassEntry point for application classes hot reloads. -
Uses of SessionDestroyListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type SessionDestroyListenerModifier and TypeMethodDescriptionVaadinService.addSessionDestroyListener(SessionDestroyListener listener) Adds a listener that gets notified when a Vaadin service session that has been initialized for this service is destroyed.VaadinSession.addSessionDestroyListener(SessionDestroyListener listener) Adds a listener that gets notified when this session is destroyed.