Microsoft SDK for Java

trackDragStatus

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.

Syntax

protected void trackDragStatus(DragSession session, Object object, int effect)

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.