JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.google.gwt.event.dom.client
Interface DragHandler
All Superinterfaces:
EventHandler
public interface
DragHandler
extends
EventHandler
Handler interface for
DragEvent
events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onDrag
(
DragEvent
event)
Called when a
DragEvent
is fired.
Method Details
onDrag
void
onDrag
(
DragEvent
event)
Called when a
DragEvent
is fired.
Parameters:
event
- the
DragEvent
that was fired