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.EventHandlerA means to listen to when the scrollbar handle in aScrollbarBundleeither appears or is removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisibilityChanged(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
-
-