public static interface

DragSortListView.DropListener

com.mobeta.android.dslv.DragSortListView.DropListener
Known Indirect Subclasses

Class Overview

Your implementation of this has to reorder your ListAdapter! Make sure to call notifyDataSetChanged() or something like it in your implementation.

Summary

Public Methods
abstract void drop(int from, int to)

Public Methods

public abstract void drop (int from, int to)