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 © 2025. All rights reserved.