home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / JList$6.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  1.1 KB  |  19 lines

  1. package com.sun.java.swing;
  2.  
  3. import com.sun.java.swing.event.ListSelectionEvent;
  4. import com.sun.java.swing.event.ListSelectionListener;
  5.  
  6. final class JList$6 implements ListSelectionListener {
  7.    // $FF: synthetic field
  8.    private final JList this$0;
  9.  
  10.    public void valueChanged(ListSelectionEvent var1) {
  11.       this.this$0.fireSelectionValueChanged(var1.getFirstIndex(), var1.getLastIndex(), var1.getValueIsAdjusting());
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    JList$6(JList var1) {
  16.       this.this$0 = var1;
  17.    }
  18. }
  19.