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

Diff of /classpath/java/awt/dnd/DragSourceListener.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, Thu Nov 7 08:50:38 2002 UTC
# Line 83  public interface DragSourceListener exte Line 83  public interface DragSourceListener exte
83     *     *
84     * @param e the drag source drag event     * @param e the drag source drag event
85     */     */
86    void dragExit(DragSourceDragEvent e);    void dragExit(DragSourceEvent e);
87    
88    /**    /**
89     * Called when the drag and drop operation is complete. After this event,     * Called when the drag and drop operation is complete. After this event,
# Line 93  public interface DragSourceListener exte Line 93  public interface DragSourceListener exte
93     *     *
94     * @param e the drag source drag event     * @param e the drag source drag event
95     */     */
96    void dragDropEnd(DragSourceDragEvent e);    void dragDropEnd(DragSourceDropEvent e);
97  } // interface DragSourceListener  } // interface DragSourceListener

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