com.vaadin.ui.

Interface Window.WindowModeChangeListener

  • All Superinterfaces:

    Serializable

    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.WindowModeChangeListener
    extends Serializable

    An interface used for listening to Window maximize / restore events. Add the WindowModeChangeListener to a window and WindowModeChangeListener#windowModeChanged(WindowModeChangeEvent) will be called whenever the window is maximized ( WindowMode.MAXIMIZED) or restored (WindowMode.NORMAL ).