ScrollHandler
instead@Deprecated
public interface ScrollListener
extends java.util.EventListener
void onScroll(Widget widget, int scrollLeft, int scrollTop)
widget
- the widget being scrolled.scrollLeft
- the left scroll position.scrollTop
- the top scroll position.