Interface WindowScrollListener

All Superinterfaces:
EventListener

@Deprecated public interface WindowScrollListener extends EventListener
Implement this interface to receive scroll events from the browser window.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onWindowScrolled(int scrollLeft, int scrollTop)
    Deprecated.
  • Method Details

    • 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