public interface

WindowResizeListener

implements EventListener
com.google.gwt.user.client.WindowResizeListener

This interface is deprecated.
use ResizeHandler instead

Class Overview

Implement this interface to receive resize events from the browser window.

Summary

Public Methods
abstract void onWindowResized(int width, int height)
Called when the browser window is resized.

Public Methods

public abstract 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.