/[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.3 by mkoch, Thu Nov 7 08:50:38 2002 UTC revision 1.4 by mkoch, Mon Feb 17 08:05:50 2003 UTC
# Line 92  public class DragSourceContext Line 92  public class DragSourceContext
92      return null;      return null;
93    }    }
94    
95    public void addDragSourceListener(DragSourceListener l)    /**
96       * Adds a <code>DragSourceListener</code>.
97       *
98       * @exception TooManyListenersException If a <code>DragSourceListener</code>
99       * has already been added.
100       */
101      public void addDragSourceListener (DragSourceListener dsl)
102      throws TooManyListenersException      throws TooManyListenersException
103    {    {
104    }    }

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

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