diff dwt/dnd/DragSourceListener.d @ 95:52007db1276d

Ported dwt.dnd.DragSource
author Jacob Carlborg <doob@me.com>
date Tue, 30 Dec 2008 20:51:17 +0100
parents d8635bb48c7c
children 5acb3346c926
line wrap: on
line diff
--- a/dwt/dnd/DragSourceListener.d	Tue Dec 30 19:12:22 2008 +0100
+++ b/dwt/dnd/DragSourceListener.d	Tue Dec 30 20:51:17 2008 +0100
@@ -14,6 +14,8 @@
 
 import dwt.internal.DWTEventListener;
 
+import dwt.dnd.DragSourceEvent;
+
 /**
  * The <code>DragSourceListener</code> class provides event notification to the application for DragSource events.
  *
@@ -26,7 +28,7 @@
  * <b>move</b> operation, the application must remove the data that was transferred.</p>
  *
  */
-public interface DragSourceListener extends DWTEventListener {
+public interface DragSourceListener : DWTEventListener {
 
 /**
  * The user has begun the actions required to drag the widget. This event gives the application