com.vaadin.flow.server.

Interface SessionDestroyListener

All Superinterfaces:

Serializable

All Known Implementing Classes:

Hotswapper

public interface SessionDestroyListener extends Serializable

A listener that gets notified when a Vaadin service session is no longer used.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Called when a Vaadin service session is no longer used.

  • Method Details

    • 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