java.awt.dnd
public class DragSourceEvent extends EventObject
Since: 1.2
| Constructor Summary | |
|---|---|
| DragSourceEvent(DragSourceContext context) | |
| DragSourceEvent(DragSourceContext context, int x, int y) | |
| Method Summary | |
|---|---|
| DragSourceContext | getDragSourceContext() |
| Point | getLocation() |
| int | getX() |
| int | getY() |