Public 成员函数 | |
| void | onScrollChanged (int x, int y, int oldx, int oldy) |
The listener interface for receiving onScroll events. The class that is interested in processing a onScroll event implements this interface, and the object created with that class is registered with a component using the component's addOnScrollListener method. When the onScroll event occurs, that object's appropriate method is invoked.
| void com.ab.view.pullview.AbMultiColumnListView.OnScrollListener.onScrollChanged | ( | int | x, |
| int | y, | ||
| int | oldx, | ||
| int | oldy | ||
| ) |
On scroll changed.
| x | the x |
| y | the y |
| oldx | the oldx |
| oldy | the oldy |
1.8.8