com.google.gwt.user.client.ui
Interface ScrollListener
- All Superinterfaces:
- EventListener
- public interface ScrollListener
- extends EventListener
Event listener interface for scroll events.
Method Summary |
void |
onScroll(ScrollPanel sender,
int scrollLeft,
int scrollTop)
Fired when the sender is scrolled. |
onScroll
public void onScroll(ScrollPanel sender,
int scrollLeft,
int scrollTop)
- Fired when the sender is scrolled.
- Parameters:
sender
- the panel being scrolled.scrollLeft
- the left scroll position.scrollTop
- the top scroll position.
This javadoc distribution was not produced by Google. The official documentation is here.