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 moved out of the rectangle of this drop target.
|
com.google.gwt.event.shared.HandlerRegistration addDropOutHandler(DropOutHandler handler)
handler
- the dropOut handlerHandlerRegistration
used to remove this handler