com.vaadin.server.

Interface SessionDestroyListener

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void sessionDestroy​(SessionDestroyEvent event)

      Called when a Vaadin service session is no longer used.

    • 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