Interface BrowserWindowResizeListener

All Superinterfaces:
Serializable
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 interface BrowserWindowResizeListener extends Serializable
Listener that gets notified when the size of the browser window containing the uI has changed.
Since:
1.2
Author:
Vaadin Ltd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the browser window containing a UI has been resized.
  • Method Details

    • browserWindowResized

      void browserWindowResized(BrowserWindowResizeEvent event)
      Invoked when the browser window containing a UI has been resized.
      Parameters:
      event - a browser window resize event