org.rosuda.deducer.widgets.event
Class RListSelectionListener

java.lang.Object
  extended by org.rosuda.deducer.widgets.event.RListener
      extended by org.rosuda.deducer.widgets.event.RListSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class RListSelectionListener
extends RListener
implements javax.swing.event.ListSelectionListener


Constructor Summary
RListSelectionListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent arg0)
           
 
Methods inherited from class org.rosuda.deducer.widgets.event.RListener
eventOccured, getFunction, setFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RListSelectionListener

public RListSelectionListener()
Method Detail

valueChanged

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