Class SessionDestroyEvent

    • Constructor Detail

      • SessionDestroyEvent

        public SessionDestroyEvent​(VaadinService service,
                                   VaadinSession session)
        Creates a new event.
        Parameters:
        service - the Vaadin service from which the even originates
        session - the Vaadin service session that is no longer used
    • Method Detail

      • getService

        public VaadinService getService()
        Gets the Vaadin service from which the even originates.
        Returns:
        the Vaadin service
      • getSession

        public VaadinSession getSession()
        Gets the Vaadin service session that is no longer used.
        Returns:
        the Vaadin service session