comparison dwt/events/ControlListener.d @ 10:63c023465156

moved from org.eclipse.swt to dwt
author Frank Benoit <benoit@tionex.de>
date Sat, 05 Jan 2008 17:58:37 +0100
parents ad2b69216039
children 295b29fc7d13
comparison
equal deleted inserted replaced
9:ad2b69216039 10:63c023465156
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 module org.eclipse.swt.events.ControlListener; 11 module dwt.events.ControlListener;
12 12
13 public import org.eclipse.swt.internal.SWTEventListener; 13 public import dwt.internal.SWTEventListener;
14 public import org.eclipse.swt.events.ControlEvent; 14 public import dwt.events.ControlEvent;
15 15
16 /** 16 /**
17 * Classes which implement this interface provide methods 17 * Classes which implement this interface provide methods
18 * that deal with the events that are generated by moving 18 * that deal with the events that are generated by moving
19 * and resizing controls. 19 * and resizing controls.