This method of the DragHelper Class is not currently implemented. It is called by the dragEnter, dragOver, and dragLeave methods to track the status of the current drag operation.
protected void trackDragStatus(DragSession session, Object object, int effect)
session | The DragSession object that represents the current drag operation. |
object | The object that is being dragged. |
effect | The value that indicates the drag status. |