Package com.vaadin.ui

Interface Window.CloseListener

  • All Superinterfaces:
    java.util.EventListener, java.io.Serializable, SerializableEventListener
    Enclosing class:
    Window
    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 static interface Window.CloseListener
    extends SerializableEventListener
    An interface used for listening to Window close events. Add the CloseListener to a window and windowClose(CloseEvent) will be called whenever the user closes the window.