Package com.vaadin.server
Interface Page.BrowserWindowResizeListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Page
public static interface Page.BrowserWindowResizeListener extends Serializable
Listener that gets notified when the size of the browser window containing the uI has changed.- See Also:
UI#addListener(BrowserWindowResizeListener)
-
-
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
-
-