org.gnu.gtk.event

Class DropDragEvent

Implemented Interfaces:
Serializable

public class DropDragEvent
extends DragEvent

Nested Class Summary

static class
DropDragEvent.Type

Constructor Summary

DropDragEvent(DragEvent event, int x, int y, int time)

Method Summary

int
getTime()
int
getX()
int
getY()

Methods inherited from class org.gnu.gtk.event.DragEvent

getDragContext

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

DropDragEvent

public DropDragEvent(DragEvent event,
                     int x,
                     int y,
                     int time)

Method Details

getTime

public int getTime()

getX

public int getX()

getY

public int getY()