1 /*2 SwingWT3 Copyright(c)2003-2004, Tomer Bartletz4 5 For more information on distributing and using this program, please6 see the accompanying "COPYING" file.7 8 Contact me by electronic mail: tomerb@users.sourceforge.net9 10 $Log: DnDEventMulticaster.java,v $11 Revision 1.2 2003/12/22 08:48:17 bobintetley12 Fixed up DnD to build temporarily13 14 15 */16 package swingwt.awt.dnd;17 18 import swingwt.awt.AWTEventMulticaster;19 20 /**21 * 22 * 23 * @author Tomer Barletz, tomerb@users.sourceforge.net24 * @version 0.125 */26 public class DnDEventMulticaster extends AWTEventMulticaster 27 //implements DragSourceListener, DragSourceMotionListener28 {29 30 }31