Interface WindowResizeListener
Implement this interface to receive resize events from the browser window.
Methods
See Also
Window.addWindowResizeListener(WindowResizeListener)
Method Detail
onWindowResized
public void onWindowResized(int width, int height)
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.