public interface HasScrolledHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addScrolledHandler(ScrolledHandler handler) Notification that this component has just scrolled. |
com.google.gwt.event.shared.HandlerRegistration addScrolledHandler(ScrolledHandler handler)
Fires for both CSS and "synthetic" scrollbars.
handler - the scrolled handlerHandlerRegistration used to remove this handler