OnMultiListener

public interface OnMultiListener

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

Functions

Link copied to clipboard
public abstract void onFooterFinish(RefreshFooter footer, boolean success)
Link copied to clipboard
public abstract void onFooterMoving(RefreshFooter footer, boolean isDragging, float percent, int offset, int footerHeight, int maxDragHeight)
手指拖动上拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
Link copied to clipboard
public abstract void onFooterReleased(RefreshFooter footer, int footerHeight, int maxDragHeight)
Link copied to clipboard
public abstract void onFooterStartAnimator(RefreshFooter footer, int footerHeight, int maxDragHeight)
Link copied to clipboard
public abstract void onHeaderFinish(RefreshHeader header, boolean success)
Link copied to clipboard
public abstract void onHeaderMoving(RefreshHeader header, boolean isDragging, float percent, int offset, int headerHeight, int maxDragHeight)
手指拖动下拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
Link copied to clipboard
public abstract void onHeaderReleased(RefreshHeader header, int headerHeight, int maxDragHeight)
Link copied to clipboard
public abstract void onHeaderStartAnimator(RefreshHeader header, int headerHeight, int maxDragHeight)