public interface HasDropHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDropHandler(DropHandler handler)
Notification method fired when the user drops another canvas onto this one.
|
fireEvent
HandlerRegistration addDropHandler(DropHandler handler)
false
from this
method will prevent any default drop behavior from occurringhandler
- the drop handlerHandlerRegistration
used to remove this handler