/[classpath]/classpath/java/awt/dnd/DropTargetEvent.java
ViewVC logotype

Diff of /classpath/java/awt/dnd/DropTargetEvent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mkoch, Fri Sep 27 04:48:15 2002 UTC revision 1.1.2.1 by gnu_andrew, Mon Jan 10 18:25:46 2005 UTC
# Line 41  import java.util.EventObject; Line 41  import java.util.EventObject;
41    
42  public class DropTargetEvent extends EventObject  public class DropTargetEvent extends EventObject
43  {  {
44    
45      /**
46       * Serialization identifier for Sun 1.5 compatability
47       */
48      private static final long serialVersionUID = 2821229066521922993L;
49    
50    protected DropTargetContext context;    protected DropTargetContext context;
51    
52    public DropTargetEvent (DropTargetContext context)    public DropTargetEvent (DropTargetContext context)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26