com.doffman.dragarea
Interface OnDragListener


public interface OnDragListener

Callback type for recieving drag events.


Method Summary
 void onDrag(View view, DragEvent event)
          Called with relevant drag events once a drag oparation is started
 

Method Detail

onDrag

void onDrag(View view,
            DragEvent event)
Called with relevant drag events once a drag oparation is started

Parameters:
view - The view associated with the drag listener
event - The drag event