diff dwt/dnd/DragSourceListener.d @ 45:d8635bb48c7c

Merge with SWT 3.5
author Jacob Carlborg <doob@me.com>
date Mon, 01 Dec 2008 17:07:00 +0100
parents 380af2bdd8e5
children 52007db1276d
line wrap: on
line diff
--- a/dwt/dnd/DragSourceListener.d	Tue Oct 21 15:20:04 2008 +0200
+++ b/dwt/dnd/DragSourceListener.d	Mon Dec 01 17:07:00 2008 +0100
@@ -8,7 +8,9 @@
  * Contributors:
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
-module dwt.dnd;
+module dwt.dnd.DragSourceListener;
+
+import dwt.dwthelper.utils;
 
 import dwt.internal.DWTEventListener;
 
@@ -24,7 +26,7 @@
  * <b>move</b> operation, the application must remove the data that was transferred.</p>
  *
  */
-public interface DragSourceListener : DWTEventListener {
+public interface DragSourceListener extends DWTEventListener {
 
 /**
  * The user has begun the actions required to drag the widget. This event gives the application