public class DragStop extends AbstractSmartEvent<DragStopHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
DragStop(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DragStopHandler handler) |
static <S extends HasDragStopHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<DragStopHandler> |
getAssociatedType() |
static GwtEvent.Type<DragStopHandler> |
getType()
Gets the type associated with this event.
|
int |
getX()
x-coordinate within the drawPane
|
int |
getY()
y-coordinate within the drawPane
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic DragStop(JavaScriptObject jsObj)
public static <S extends HasDragStopHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<DragStopHandler> getType()
protected void dispatch(DragStopHandler handler)
dispatch in class GwtEvent<DragStopHandler>public final GwtEvent.Type<DragStopHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DragStopHandler>public int getX()
public int getY()