interface XDragSourceListener in module com::sun::star::datatransfer::dnd:: |
interface XDragSourceListener : com::sun::star::lang::XEventListener ;
This interface must be implemented by any drag gesture recognizer implementation that a drag source supports.
Method Summary |
|
dragDropEnd | This method is invoked to signify that the Drag and Drop operation is complete. |
dragEnter | Called as the hotspot enters a platform dependent drop site. |
dragExit | Called as the hotspot exits a platform dependent drop site. |
dragOver | Called as the hotspot moves over a platform dependent drop site. |
dropActionChanged | Called when the user has modified the drop gesture. |
Method Details |
||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.