Triggers the scroll event.
protected void onScroll( ScrollEvent se )
se
A ScrollEvent object that provides information about the event.
The scroll event occurs when the user changes the value of the scroll bar.
When overriding onScroll, be sure to call super.onScroll.
See Also addOnScroll, removeOnScroll