Uses of Class
com.vaadin.server.SessionDestroyEvent
-
Packages that use SessionDestroyEvent Package Description com.vaadin.server -
-
Uses of SessionDestroyEvent in com.vaadin.server
Methods in com.vaadin.server with parameters of type SessionDestroyEvent Modifier and Type Method Description void
SessionDestroyListener. sessionDestroy(SessionDestroyEvent event)
Called when a Vaadin service session is no longer used.
-