Class ScrollListenerCollection
public
class
ScrollListenerCollection
extends
Vector
A helper class for implementers of the SourcesScrollEvents interface. This
subclass of Vector assumes that all objects added to it will be of type
ScrollListener.
Methods
Method Detail
fireScroll
public void
fireScroll(
Widget sender, int scrollLeft, int scrollTop)
Fires a scroll event to all listeners.
Parameters
- sender
- the widget sending the event
- scrollLeft
- the horizontal scroll offset
- scrollTop
- the vertical scroll offset