org.gnu.gnomevte.event

Class MoveWindowEvent


public class MoveWindowEvent
extends GtkEvent

Nested Class Summary

static class
MoveWindowEvent.Type

Constructor Summary

MoveWindowEvent(Object source, EventType type, int xCoordinate, int yCoordinate)

Method Summary

int
getXCoordinate()
int
getYCoordinate()
boolean
isOfType(MoveWindowEvent.Type aType)

Constructor Details

MoveWindowEvent

public MoveWindowEvent(Object source,
                       EventType type,
                       int xCoordinate,
                       int yCoordinate)

Method Details

getXCoordinate

public int getXCoordinate()

getYCoordinate

public int getYCoordinate()

isOfType

public boolean isOfType(MoveWindowEvent.Type aType)