AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.view.pullview.AbMultiColumnListView.OnScrollListener接口 参考

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.

参见
OnScrollEvent

成员函数说明

void com.ab.view.pullview.AbMultiColumnListView.OnScrollListener.onScrollChanged ( int  x,
int  y,
int  oldx,
int  oldy 
)

On scroll changed.

参数
xthe x
ythe y
oldxthe oldx
oldythe oldy

该接口的文档由以下文件生成: