org.gnu.gtk.event
Class ReceiveDragDataEvent
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.DragEvent
org.gnu.gtk.event.ReceiveDragDataEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ReceiveDragDataEvent
- extends DragEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReceiveDragDataEvent
public ReceiveDragDataEvent(DragEvent event,
int x,
int y,
SelectionData data,
int targetInfo,
int time)
getSelectionData
public SelectionData getSelectionData()
getTargetInfo
public int getTargetInfo()
getTime
public int getTime()
getX
public int getX()
getY
public int getY()