Uses of Interface
com.vaadin.flow.server.SessionDestroyListener
Packages that use SessionDestroyListener
-
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.