This method of the DragHelper Class retrieves the DragHandler object for the specified drag session.
protected abstract DragHandler getDragHandler(DragSession session, Object object);
Returns a DragHandler for the drag-and-drop operation.
session | The DragSession object that represents the current drag operation. |
object | The object returned by the findDragObject method. |