comparison dwt/dnd/DropTargetListener.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents 242e33c0e383
children
comparison
equal deleted inserted replaced
211:ff59aeb96cac 212:ab60f3309436
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2003 IBM Corporation and others. 2 * Copyright (c) 2000, 2003 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.dnd.DropTargetListener; 13 module dwt.dnd.DropTargetListener;
14 14
15 import dwt.internal.DWTEventListener; 15 import dwt.internal.DWTEventListener;
16 import dwt.dnd.DropTargetEvent; 16 import dwt.dnd.DropTargetEvent;
17 import dwt.dwthelper.utils;
17 18
18 /** 19 /**
19 * The <code>DropTargetListener</code> class provides event notification to the application 20 * The <code>DropTargetListener</code> class provides event notification to the application
20 * for DropTarget events. 21 * for DropTarget events.
21 * 22 *