Public 成员函数 | |
| void | onRefresh () |
| void | onLoadMore () |
The listener interface for receiving abOnListView events. The class that is interested in processing a abOnListView event implements this interface, and the object created with that class is registered with a component using the component's addAbOnListViewListener method. When the abOnListView event occurs, that object's appropriate method is invoked.
| void com.ab.view.listener.AbOnListViewListener.onLoadMore | ( | ) |
On load more.
| void com.ab.view.listener.AbOnListViewListener.onRefresh | ( | ) |
On refresh.
1.8.4