public interface OnItemMovedListener
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.rewrite.DynamicListView.| Modifier and Type | Method and Description |
|---|---|
void |
onItemMoved(int originalPosition,
int newPosition)
Called when an item that was dragged has been dropped.
|