/[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.1 by ericb, Wed May 8 07:53:54 2002 UTC revision 1.2 by mkoch, Wed Oct 2 12:58:39 2002 UTC
# Line 50  import java.util.TooManyListenersExcepti Line 50  import java.util.TooManyListenersExcepti
50  public class DragSourceContext  public class DragSourceContext
51    implements DragSourceListener, DragSourceMotionListener, Serializable    implements DragSourceListener, DragSourceMotionListener, Serializable
52  {  {
53      static final long serialVersionUID = -115407898692194719L;
54    
55    protected static final int DEFAULT = 0;    protected static final int DEFAULT = 0;
56    protected static final int ENTER = 1;    protected static final int ENTER = 1;
57    protected static final int OVER = 2;    protected static final int OVER = 2;

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