public interface HasDropMoveHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDropMoveHandler(DropMoveHandler handler)
Executed whenever the compatible dragged object is moved over this drop target.
|
fireEvent
HandlerRegistration addDropMoveHandler(DropMoveHandler handler)
handler
- the dropMove handlerHandlerRegistration
used to remove this handler