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