KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > swingwt > awt > dnd > DnDEventMulticaster


1 /*
2    SwingWT
3    Copyright(c)2003-2004, Tomer Bartletz
4  
5    For more information on distributing and using this program, please
6    see the accompanying "COPYING" file.
7  
8    Contact me by electronic mail: tomerb@users.sourceforge.net
9
10    $Log: DnDEventMulticaster.java,v $
11    Revision 1.2 2003/12/22 08:48:17 bobintetley
12    Fixed up DnD to build temporarily
13
14
15  */

16 package swingwt.awt.dnd;
17
18 import swingwt.awt.AWTEventMulticaster;
19
20 /**
21  *
22  *
23  * @author Tomer Barletz, tomerb@users.sourceforge.net
24  * @version 0.1
25  */

26 public class DnDEventMulticaster extends AWTEventMulticaster
27     //implements DragSourceListener, DragSourceMotionListener
28
{
29
30 }
31
Popular Tags