public interface ScrollServer extends IScroll
GoHigher, GoLower, Horizontal, OPTION_INDICATOR_ONLY, PageHigher, PageLower, ScrollHigher, ScrollLower, TrackTo, Vertical
Modifier and Type | Method and Description |
---|---|
void |
checkScrolls()
This method tells the ScrollServer to check the state of the ScrollClient
to determine if it needs to update its on-screen scroll controls.
|
ScrollClient |
getClient()
This returns the ScrollClient of the ScrollServer.
|
void |
updateScroll(int which)
This method tells the ScrollServer to update a particular scrolling control.
|
void checkScrolls()
void updateScroll(int which)
which
- either Horizontal or Vertical.ScrollClient getClient()