com.ebmwebsourcing.geasytools.geasyui.impl.draggable
Class DragMoveEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<DragHandler>
com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragMoveEvent
- All Implemented Interfaces:
- IDragMoveEvent
public class DragMoveEvent
- extends com.google.gwt.event.shared.GwtEvent<DragHandler>
- implements IDragMoveEvent
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
|
Field Summary |
static com.google.gwt.event.shared.GwtEvent.Type<DragHandler> |
TYPE
|
|
Constructor Summary |
DragMoveEvent(float dragStartX,
float dragStartY)
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<DragHandler> TYPE
DragMoveEvent
public DragMoveEvent(float dragStartX,
float dragStartY)
dispatch
protected void dispatch(DragHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DragHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DragHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DragHandler>
getDragStartX
public float getDragStartX()
- Description copied from interface:
IDragMoveEvent
- X position where the drag started
- Specified by:
getDragStartX in interface IDragMoveEvent
- Returns:
getDragStartY
public float getDragStartY()
- Description copied from interface:
IDragMoveEvent
- Y position where the drag started
- Specified by:
getDragStartY in interface IDragMoveEvent
- Returns:
Copyright © 2010-2011 Petals Link. All Rights Reserved.