Java java.awt.dnd DragSourceDropEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.dnd DragSourceDropEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.dnd DragSourceDropEvent.

The text is from its open source code.

Method

intgetDropAction()
This method returns an int representing the action performed by the target on the subject of the drop.
booleangetDropSuccess()
This method returns a boolean indicating if the drop was successful.