Interface WindowResizeListener

All Superinterfaces:
EventListener

@Deprecated public interface WindowResizeListener extends EventListener
Deprecated.
use ResizeHandler instead
Implement this interface to receive resize events from the browser window.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onWindowResized(int width, int height)
    Deprecated.
  • Method Details

    • onWindowResized

      @Deprecated void onWindowResized(int width, int height)
      Deprecated.
      Called when the browser window is resized.
      Parameters:
      width - the width of the window's client area.
      height - the height of the window's client area.