Interface ScrollbarBundle.VisibilityHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
- ScrollbarBundle
public static interface ScrollbarBundle.VisibilityHandler extends com.google.gwt.event.shared.EventHandler
A means to listen to when the scrollbar handle in aScrollbarBundle
either appears or is removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visibilityChanged(ScrollbarBundle.VisibilityChangeEvent event)
This method is called whenever the scrollbar handle's visibility is changed in aScrollbarBundle
.
-
-
-
Method Detail
-
visibilityChanged
void visibilityChanged(ScrollbarBundle.VisibilityChangeEvent event)
This method is called whenever the scrollbar handle's visibility is changed in aScrollbarBundle
.- Parameters:
event
- theScrollbarBundle.VisibilityChangeEvent
-
-