public interface HasDropOutHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDropOutHandler(DropOutHandler handler)
Executed when the dragged object is no longer over this drop target, including when the drag interaction is ending with
a drop on this drop target.
|
fireEventHandlerRegistration addDropOutHandler(DropOutHandler handler)
handler - the dropOut handlerHandlerRegistration used to remove this handler