SimpleMultiListener

public class SimpleMultiListener

多功能监听器 Created by scwang on 2017/5/26.

Constructors

Link copied to clipboard
public void SimpleMultiListener()

Functions

Link copied to clipboard
public void onFooterFinish(RefreshFooter footer, boolean success)
Link copied to clipboard
public void onFooterMoving(RefreshFooter footer, boolean isDragging, float percent, int offset, int footerHeight, int maxDragHeight)
Link copied to clipboard
public void onFooterReleased(RefreshFooter footer, int footerHeight, int maxDragHeight)
Link copied to clipboard
public void onFooterStartAnimator(RefreshFooter footer, int headerHeight, int maxDragHeight)
Link copied to clipboard
public void onHeaderFinish(RefreshHeader header, boolean success)
Link copied to clipboard
public void onHeaderMoving(RefreshHeader header, boolean isDragging, float percent, int offset, int headerHeight, int maxDragHeight)
Link copied to clipboard
public void onHeaderReleased(RefreshHeader header, int headerHeight, int maxDragHeight)
Link copied to clipboard
public void onHeaderStartAnimator(RefreshHeader header, int footerHeight, int maxDragHeight)
Link copied to clipboard
public void onLoadMore(RefreshLayout refreshLayout)
Link copied to clipboard
public void onRefresh(RefreshLayout refreshLayout)
Link copied to clipboard
public void onStateChanged(RefreshLayout refreshLayout, RefreshState oldState, RefreshState newState)