Package com.vaadin.server
Interface Page.BrowserWindowResizeListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Enclosing class:
- Page
- 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 Page.BrowserWindowResizeListener extends SerializableEventListener
Listener that gets notified when the size of the browser window containing the uI has changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbrowserWindowResized(Page.BrowserWindowResizeEvent event)Invoked when the browser window containing a UI has been resized.
-
-
-
Method Detail
-
browserWindowResized
void browserWindowResized(Page.BrowserWindowResizeEvent event)
Invoked when the browser window containing a UI has been resized.- Parameters:
event- a browser window resize event
-
-