home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import com.sun.java.swing.event.ListSelectionEvent;
- import com.sun.java.swing.event.ListSelectionListener;
-
- final class JList$6 implements ListSelectionListener {
- // $FF: synthetic field
- private final JList this$0;
-
- public void valueChanged(ListSelectionEvent var1) {
- this.this$0.fireSelectionValueChanged(var1.getFirstIndex(), var1.getLastIndex(), var1.getValueIsAdjusting());
- }
-
- // $FF: synthetic method
- JList$6(JList var1) {
- this.this$0 = var1;
- }
- }
-