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

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

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

revision 1.2 by mkoch, Wed Oct 2 12:58:39 2002 UTC revision 1.3 by mkoch, Thu Nov 7 08:50:38 2002 UTC
# Line 113  public class DragSourceContext Line 113  public class DragSourceContext
113    {    {
114    }    }
115    
116    public void dragExit(DragSourceDragEvent e)    public void dragExit(DragSourceEvent e)
117    {    {
118    }    }
119    
# Line 121  public class DragSourceContext Line 121  public class DragSourceContext
121    {    {
122    }    }
123    
124    public void dragDropEnd(DragSourceDragEvent e)    public void dragDropEnd(DragSourceDropEvent e)
125    {    {
126    }    }
127    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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