Interface SessionDestroyListener

  • All Superinterfaces:
    java.io.Serializable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SessionDestroyListener
    extends java.io.Serializable
    A listener that gets notified when a Vaadin service session is no longer used.
    Since:
    7.0.0
    Author:
    Vaadin Ltd
    See Also:
    VaadinService.addSessionDestroyListener(SessionDestroyListener)
    • Method Detail

      • sessionDestroy

        void sessionDestroy​(SessionDestroyEvent event)
        Called when a Vaadin service session is no longer used.
        Parameters:
        event - the event with details about the destroyed session