| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
This interface must be implemented by any drag gesture recognizer implementation that a drag source supports. More...
import "XDragSourceListener.idl";
 
  
| Public Member Functions | |
| void | dragDropEnd ([in] DragSourceDropEvent dsde) | 
| This method is invoked to signify that the Drag and Drop operation is complete. | |
| void | dragEnter ([in] DragSourceDragEvent dsde) | 
| Called as the hotspot enters a platform dependent drop site. | |
| void | dragExit ([in] DragSourceEvent dse) | 
| Called as the hotspot exits a platform dependent drop site. | |
| void | dragOver ([in] DragSourceDragEvent dsde) | 
| Called as the hotspot moves over a platform dependent drop site. | |
| void | dropActionChanged ([in] DragSourceDragEvent dsde) | 
| Called when the user has modified the drop gesture. | |
| Public Member Functions inherited from XEventListener | |
| void | disposing ([in] com::sun::star::lang::EventObject Source) | 
| gets called when the broadcaster is about to be disposed. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
This interface must be implemented by any drag gesture recognizer implementation that a drag source supports.
| void dragDropEnd | ( | [in] DragSourceDropEvent | dsde | ) | 
This method is invoked to signify that the Drag and Drop operation is complete.
| dsde | The DragSourceDropEvent | 
| void dragEnter | ( | [in] DragSourceDragEvent | dsde | ) | 
Called as the hotspot enters a platform dependent drop site.
NOTE: currently this notification can not be ensured by all implementations. Do not rely on it !
| dsde | The DragSourceDragEvent. | 
| void dragExit | ( | [in] DragSourceEvent | dse | ) | 
Called as the hotspot exits a platform dependent drop site.
NOTE: Currently this notification can not be ensured by all implementations. Do not rely on it !
| dse | The DragSourceEvent. | 
| void dragOver | ( | [in] DragSourceDragEvent | dsde | ) | 
Called as the hotspot moves over a platform dependent drop site.
| dsde | The DragSourceEvent | 
| void dropActionChanged | ( | [in] DragSourceDragEvent | dsde | ) | 
Called when the user has modified the drop gesture.
| dsde | The DragSourceEvent. |