The DragSourceDropEvent is delivered
from the DragSourceContextPeer,
via the DragSourceContext, to its currently
registered DragSourceListener's dragDropEnd()
method.
It contains sufficient information for the
originator of the operation
to provide appropriate feedback to the end user
when the operation completes.
DragSourceDropEvent(DragSourceContext dsc,
int action,
boolean success)
Construct a DragSourceDropEvent for a drop,
given the
DragSourceContext, the drop action,
and a boolean indicating if the drop was successful.
Method Summary
int
getDropAction()
This method returns an int representing
the action performed by the target on the subject of the drop.
boolean
getDropSuccess()
This method returns a boolean indicating
if the drop was a success.
Submit a bug or feature Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.