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 DropHandler
All Superinterfaces:
EventHandler
public interface
DropHandler
extends
EventHandler
Handler interface for
DropEvent
events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onDrop
(
DropEvent
event)
Called when a
DropEvent
is fired.
Method Details
onDrop
void
onDrop
(
DropEvent
event)
Called when a
DropEvent
is fired.
Parameters:
event
- the
DropEvent
that was fired