fr.inria.ketuk.scriptEventHandler
Class ScriptListSelectionHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

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

A listener class which handle listSelection events

Author:
Claude Pasquier

Constructor Summary
ScriptListSelectionHandler()
           
 
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

ScriptListSelectionHandler

public ScriptListSelectionHandler()
Method Detail

valueChanged

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