Interface WindowResizeListener

    • Method Detail

      • 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.