org.gnu.gtk.event

Class DragMotionEvent

Implemented Interfaces:
Serializable

public class DragMotionEvent
extends DragEvent

Nested Class Summary

static class
DragMotionEvent.Type

Constructor Summary

DragMotionEvent(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

DragMotionEvent

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

Method Details

getTime

public int getTime()

getX

public int getX()

getY

public int getY()