public class WindowMoveEvent extends com.google.gwt.event.shared.GwtEvent<WindowMoveHandler>
Constructor and Description |
---|
WindowMoveEvent(int x,
int y)
Creates a new event with the given parameters
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(WindowMoveHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler> |
getAssociatedType() |
int |
getNewX()
Gets the new x position of the window
|
int |
getNewY()
Gets the new y position of the window
|
static com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler> |
getType()
Gets the type of the event
|
assertLive, getSource, isLive, kill, revive
public WindowMoveEvent(int x, int y)
x
- The new x-position for the VWindowy
- The new y-position for the VWindowpublic int getNewX()
public int getNewY()
public static com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<WindowMoveHandler>
protected void dispatch(WindowMoveHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<WindowMoveHandler>
Copyright © 2016 Vaadin Ltd. All rights reserved.