Interface ScrolledHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onScrolled
(ScrolledEvent event) Notification that this component has just scrolled.
-
Method Details
-
onScrolled
Notification that this component has just scrolled.Fires for both CSS and
"synthetic" scrollbars
.- Parameters:
event
- the event
-