20#ifndef __com_sun_star_datatransfer_dnd_XDragGestureListener_idl__
21#define __com_sun_star_datatransfer_dnd_XDragGestureListener_idl__
27module
com { module sun { module star { module datatransfer { module dnd {
This interface will be used by a XDragGestureRecognizer when it detects a drag initiating gesture.
Definition XDragGestureListener.idl:38
void dragGestureRecognized([in] DragGestureEvent dge)
A XDragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying t...
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition DragGestureEvent.idl:37