| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
Registration |
VaadinService.addSessionDestroyListener(SessionDestroyListener listener)
Adds a listener that gets notified when a Vaadin service session that has
been initialized for this service is destroyed.
|
void |
VaadinService.removeSessionDestroyListener(SessionDestroyListener listener)
Deprecated.
use the
Registration object returned by
VaadinService.addSessionDestroyListener(SessionDestroyListener) to
remove the listener |
Copyright © 2021 Vaadin Ltd. All rights reserved.