Package com.google.gwt.event.dom.client
Interface DropHandler
-
- All Superinterfaces:
EventHandler
public interface DropHandler extends EventHandler
Handler interface forDropEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDrop(DropEvent event)Called when aDropEventis fired.
-