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

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

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

revision 1.1 by ericb, Wed May 8 07:53:54 2002 UTC revision 1.2 by mkoch, Fri Sep 27 04:48:15 2002 UTC
# Line 108  public abstract class DragSourceAdapter Line 108  public abstract class DragSourceAdapter
108     *     *
109     * @param e the event     * @param e the event
110     */     */
111    public void dragExit(DragSourceDragEvent e)    public void dragExit(DragSourceEvent e)
112    {    {
113    }    }
114    
# Line 120  public abstract class DragSourceAdapter Line 120  public abstract class DragSourceAdapter
120     *     *
121     * @param e the event     * @param e the event
122     */     */
123    public void dragDropEnd(DragSourceDragEvent e)    public void dragDropEnd(DragSourceDropEvent e)
124    {    {
125    }    }
126  } // class DragSourceAdapter  } // class DragSourceAdapter

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

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