public interface CefDragHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
CefDragHandler.DragOperationMask |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDragEnter(CefBrowser browser,
CefDragData dragData,
int mask)
Called when an external drag event enters the browser window.
|
boolean onDragEnter(CefBrowser browser, CefDragData dragData, int mask)
browser - The browser generating the event.dragData - Contains the drag event data. Instance only valid within the scope
of this method.mask - Represents the type of drag operation. See DragOperationMask for possible values.