@FunctionalInterface public static interface Window.WindowModeChangeListener extends SerializableEventListener
WindowModeChangeListener#windowModeChanged(WindowModeChangeEvent)
will be called whenever the window is maximized (
WindowMode.MAXIMIZED) or restored (WindowMode.NORMAL ).| Modifier and Type | Field and Description |
|---|---|
static Method |
windowModeChangeMethod |
| Modifier and Type | Method and Description |
|---|---|
void |
windowModeChanged(Window.WindowModeChangeEvent event)
Called when the user maximizes / restores a window.
|
static final Method windowModeChangeMethod
void windowModeChanged(Window.WindowModeChangeEvent event)
Window.WindowModeChangeEvent.getWindow() to get a reference to the
Window that was maximized / restored. Use
Window.WindowModeChangeEvent.getWindowMode() to get a reference to
the new state.event - Copyright © 2021 Vaadin Ltd. All rights reserved.