public class SessionDestroyEvent extends EventObject
SessionDestroyListener.sessionDestroy(SessionDestroyEvent),
Serialized Formsource| Constructor and Description |
|---|
SessionDestroyEvent(VaadinService service,
VaadinSession session)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
VaadinService |
getService()
Gets the Vaadin service from which the even originates.
|
VaadinSession |
getSession()
Gets the Vaadin service session that is no longer used.
|
VaadinService |
getSource() |
toStringpublic SessionDestroyEvent(VaadinService service, VaadinSession session)
service - the Vaadin service from which the even originatessession - the Vaadin service session that is no longer usedpublic VaadinService getSource()
getSource in class EventObjectpublic VaadinService getService()
public VaadinSession getSession()
Copyright © 2025. All rights reserved.