Interface ScrollListener
Event listener interface for scroll events.
Methods
Method Detail
onScroll
public void
onScroll(
Widget widget, int scrollLeft, int scrollTop)
Fired when the sender is scrolled.
Parameters
- widget
- the widget being scrolled.
- scrollLeft
- the left scroll position.
- scrollTop
- the top scroll position.