public interface HasDropOutHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.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. |
com.google.gwt.event.shared.HandlerRegistration addDropOutHandler(DropOutHandler handler)
handler - the dropOut handlerHandlerRegistration used to remove this handler