# HG changeset patch # User Jacob Carlborg # Date 1230725855 -3600 # Node ID c2f1ba00473b90efaad38c549ecaec8a89309d1e # Parent d32621bf0f90bb8628b7285876be6599ec8417fa Ported dwt.dnd.DropTargetAdapter diff -r d32621bf0f90 -r c2f1ba00473b dwt/dnd/DropTargetAdapter.d --- a/dwt/dnd/DropTargetAdapter.d Wed Dec 31 13:16:18 2008 +0100 +++ b/dwt/dnd/DropTargetAdapter.d Wed Dec 31 13:17:35 2008 +0100 @@ -7,12 +7,18 @@ * * Contributors: * IBM Corporation - initial API and implementation + * + * Port to the D programming language: + * Jacob Carlborg *******************************************************************************/ module dwt.dnd.DropTargetAdapter; import dwt.dwthelper.utils; +import dwt.dnd.DropTargetEvent; +import dwt.dnd.DropTargetListener; + /** * This adapter class provides default implementations for the * methods described by the DropTargetListener interface. @@ -26,7 +32,7 @@ * @see DropTargetEvent * @see Sample code and further information */ -public class DropTargetAdapter implements DropTargetListener { +public class DropTargetAdapter : DropTargetListener { /** * This implementation of dragEnter permits the default