interface XDropTargetListener in module com::sun::star::datatransfer::dnd:: |
interface XDropTargetListener : com::sun::star::lang::XEventListener ;
This interface is the callback interface used by the drop target object to provide notification of Drag and Drop operations that involve the subject drop target.
Methods of this interface may be implemented to provide "drag under" visual feedback to the user throughout the Drag and Drop operation.
Method Summary |
|
drop | The drag operation has terminated with a drop on this drop target. |
dragEnter | Called when a drag operation has encountered the drop target. |
dragExit | The drag operation has departed the drop target without dropping. |
dragOver | Called when a drag operation is ongoing on the drop target. |
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.