Microsoft SDK for Java

getDragHandler

This method of the DragHelper Class retrieves the DragHandler object for the specified drag session.

Syntax

protected abstract DragHandler getDragHandler(DragSession session, Object object);

Return Value

Returns a DragHandler for the drag-and-drop operation.

Parameters

session The DragSession object that represents the current drag operation.
object The object returned by the findDragObject method.

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