ScrollHandler
instead@Deprecated
public interface ScrollListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
onScroll(Widget widget,
int scrollLeft,
int scrollTop)
Deprecated.
Fired when the sender is scrolled.
|
void onScroll(Widget widget, int scrollLeft, int scrollTop)
widget
- the widget being scrolled.scrollLeft
- the left scroll position.scrollTop
- the top scroll position.