Package com.google.gwt.user.client
Interface WindowResizeListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated public interface WindowResizeListener extends java.util.EventListenerDeprecated.useResizeHandlerinsteadImplement this interface to receive resize events from the browser window.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonWindowResized(int width, int height)Deprecated.
-