This interface must be implemented by any drag gesture recognizer implementation that a drag source supports.  
 More...
import "XDragSourceListener.idl";
This interface must be implemented by any drag gesture recognizer implementation that a drag source supports. 
- See also
- com::sun::star::datatransfer::dnd::XDragGestureRecognizer 
- 
com::sun::star::datatransfer::dnd::XDragSource 
◆ dragDropEnd()
This method is invoked to signify that the Drag and Drop operation is complete. 
- Parameters
- 
  
  
 
 
◆ dragEnter()
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 ! 
- Parameters
- 
  
  
 
 
◆ dragExit()
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 ! 
- Parameters
- 
  
  
 
 
◆ dragOver()
Called as the hotspot moves over a platform dependent drop site. 
- Parameters
- 
  
  
 
 
◆ dropActionChanged()
Called when the user has modified the drop gesture. 
- Parameters
- 
  
  
 
 
The documentation for this interface was generated from the following file: