org.ssonet.awt
Class PreferenceListSelectionListener

java.lang.Object
  |
  +--org.ssonet.awt.PreferenceListSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class PreferenceListSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
PreferenceListSelectionListener(javax.swing.JList leftList, javax.swing.JList rightList, javax.swing.JButton button)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceListSelectionListener

public PreferenceListSelectionListener(javax.swing.JList leftList,
                                       javax.swing.JList rightList,
                                       javax.swing.JButton button)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent event)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener


Copyright © 2003 DRIM Team. All Rights Reserved.