Package com.google.gwt.event.dom.client
Interface DropHandler
-
- All Superinterfaces:
EventHandler
public interface DropHandler extends EventHandler
Handler interface forDropEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDrop(DropEvent event)
Called when aDropEvent
is fired.
-