public class DragEndEvent
extends java.util.EventObject
EventObject
containing information about the end of a drag.Constructor and Description |
---|
DragEndEvent(DragContext context) |
Modifier and Type | Method and Description |
---|---|
DragContext |
getContext()
Get the drag context for the drag operation.
|
java.lang.String |
toString()
Return a string representation of this event.
|
public DragEndEvent(DragContext context)
public java.lang.String toString()
toString
in class java.util.EventObject
public DragContext getContext()