@FunctionalInterface public static interface Window.WindowOrderChangeListener extends ConnectorEventListener
UI.WindowOrderUpdateListener
Modifier and Type | Field and Description |
---|---|
static Method |
windowOrderChangeMethod |
Modifier and Type | Method and Description |
---|---|
void |
windowOrderChanged(Window.WindowOrderChangeEvent event)
Called when the window order position is changed.
|
static final Method windowOrderChangeMethod
void windowOrderChanged(Window.WindowOrderChangeEvent event)
Window.WindowOrderChangeEvent.getWindow()
to get a reference to the
Window
whose order position is changed. Use
Window.WindowOrderChangeEvent.getOrder()
to get a new order
position.event
- Copyright © 2021 Vaadin Ltd. All rights reserved.