Overview | Methods | This Package | All Packages
Triggers the scroll event.
Syntax
protected void onScroll( ScrollEvent se )
Parameters
se
A ScrollEvent object that provides information about the event.
Remarks
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