Interface WindowScrollListener

    • Method Detail

      • onWindowScrolled

        @Deprecated
        void onWindowScrolled​(int scrollLeft,
                              int scrollTop)
        Deprecated.
        Called when the browser window is scrolled.
        Parameters:
        scrollLeft - the left scroll position
        scrollTop - the top scroll position