All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.EventObject | +----java.awt.dnd.DragSourceEvent | +----java.awt.dnd.DragSourceDropEvent
The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener. It contains sufficient information for the originator of the operation to provide appropriate feedback to the end user when the operation completes.
public DragSourceDropEvent(DragSourceContext dsc, int action, boolean success)
public DragSourceDropEvent(DragSourceContext dsc)
public boolean getDropOccurred()
public boolean getDropSuccess()
public int getDropAction()
All Packages Class Hierarchy This Package Previous Next Index