public interface HasDropOverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDropOverHandler(DropOverHandler handler)
Executed when the compatible dragged object is first moved over this drop target.
|
fireEvent
HandlerRegistration addDropOverHandler(DropOverHandler handler)
handler
- the dropOver handlerHandlerRegistration
used to remove this handler