This method of the DragHelper Class notifies the recipient when a source object is dropped at a new location.
public void drop(DragSession session, int x, int y);
session | The DragSession object that represents the current drag operation. |
x | The x-coordinate of the current cursor position. |
y | The y-coordinate of the current cursor position. |