public interface DropMoveHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onDropMove(DropMoveEvent event)
Executed whenever the compatible dragged object is moved over this drop target.
|
void onDropMove(DropMoveEvent event)
no-drop cursor
to indicate that this is not a valid drop target,
typically if willAcceptDrop()
returns false. For details
on showing a 'no drop' cursor when the user drags over all invalid drop targets, see showNoDropIndicator
.
event
- the event