com.vaadin.ui.

Interface Window.WindowModeChangeListener

  • All Superinterfaces:

    Serializable

    Enclosing class:

    Window


    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 ).