package com.wpc.library.recyclerviewhelper; /** * Item移动后 触发 * Created by YoKeyword on 15/12/28. */ public interface OnItemMoveListener { void onItemMove(int fromPosition, int toPosition, int direction); }