com.ebmwebsourcing.geasytools.geasyui.impl.draggable
Class DragMoveEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<DragHandler>
      extended by 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 Class Summary
 
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)
           
 
Method Summary
protected  void dispatch(DragHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DragHandler> getAssociatedType()
           
 float getDragStartX()
          X position where the drag started
 float getDragStartY()
          Y position where the drag started
 
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
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<DragHandler> TYPE
Constructor Detail

DragMoveEvent

public DragMoveEvent(float dragStartX,
                     float dragStartY)
Method Detail

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.