Uses of Interface
com.vaadin.server.SessionDestroyListener
-
Packages that use SessionDestroyListener Package Description com.vaadin.server -
-
Uses of SessionDestroyListener in com.vaadin.server
Methods in com.vaadin.server with parameters of type SessionDestroyListener Modifier and Type Method Description voidVaadinService. addSessionDestroyListener(SessionDestroyListener listener)Adds a listener that gets notified when a Vaadin service session that has been initialized for this service is destroyed.voidVaadinService. removeSessionDestroyListener(SessionDestroyListener listener)Removes a Vaadin service session destroy listener from this service.
-