/[classpath]/classpath/javax/swing/event/ListDataEvent.java
ViewVC logotype

Diff of /classpath/javax/swing/event/ListDataEvent.java

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

revision 1.6 by mkoch, Thu Jun 26 18:58:31 2003 UTC revision 1.7 by mkoch, Thu Jun 26 19:02:13 2003 UTC
# Line 48  public class ListDataEvent extends Event Line 48  public class ListDataEvent extends Event
48  {  {
49    private static final long serialVersionUID = 2510353260071004774L;    private static final long serialVersionUID = 2510353260071004774L;
50        
51    public static int CONTENTS_CHANGED = 0;    public static final int CONTENTS_CHANGED = 0;
52    public static int INTERVAL_ADDED = 1;    public static final int INTERVAL_ADDED = 1;
53    public static int INTERVAL_REMOVED = 2;    public static final int INTERVAL_REMOVED = 2;
54    
55    private int type = 0;    private int type = 0;
56    private int index0 = 0;    private int index0 = 0;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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