public interface

WindowScrollListener

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

This interface is deprecated.
use addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler) instead instead

Class Overview

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

Summary

Public Methods
abstract void onWindowScrolled(int scrollLeft, int scrollTop)
Called when the browser window is scrolled.

Public Methods

public abstract void onWindowScrolled (int scrollLeft, int scrollTop)

Called when the browser window is scrolled.

Parameters
scrollLeft the left scroll position
scrollTop the top scroll position