Example usage for Java java.awt.dnd DragSourceDropEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
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 successful. |