summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-06-02 17:00:41 +0000
committerGrant Gayed <ggayed>2008-06-02 17:00:41 +0000
commit3818f3ab39f47885072e0a95dd373efcbcbabb8c (patch)
treea2459b6de44f7e894cd179071d7bc17a1f992630 /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
parent17e81e2113aca0aeed1a7d887ad5d4552bdda567 (diff)
downloadeclipse.platform.swt-3818f3ab39f47885072e0a95dd373efcbcbabb8c.tar.gz
eclipse.platform.swt-3818f3ab39f47885072e0a95dd373efcbcbabb8c.tar.xz
eclipse.platform.swt-3818f3ab39f47885072e0a95dd373efcbcbabb8c.zip
doc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
index fbc17c3e8b..5330777111 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
@@ -473,6 +473,9 @@ private int GetData(int /*long*/ pFormatetc, int /*long*/ pmedium) {
* operation is in progress, by sending it one of the messages defined in
* the <code>DragSourceListener</code> interface.
*
+ * @return the listeners who will be notified when a drag and drop
+ * operation is in progress
+ *
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
@@ -654,7 +657,7 @@ private int Release() {
* Removes the listener from the collection of listeners who will
* be notified when a drag and drop operation is in progress.
*
- * @param listener the listener which should be notified
+ * @param listener the listener which should be removed
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the listener is null</li>