@FunctionalInterface public interface SessionDestroyListener extends Serializable
VaadinService.addSessionDestroyListener(SessionDestroyListener)
Modifier and Type | Method and Description |
---|---|
void |
sessionDestroy(SessionDestroyEvent event)
Called when a Vaadin service session is no longer used.
|
void sessionDestroy(SessionDestroyEvent event)
event
- the event with details about the destroyed sessionCopyright © 2017 Vaadin Ltd. All rights reserved.