Package org.apache.uima.tools.stylemap
Class TableSelectionListener
- java.lang.Object
-
- org.apache.uima.tools.stylemap.TableSelectionListener
-
- All Implemented Interfaces:
EventListener
,ListSelectionListener
public class TableSelectionListener extends Object implements ListSelectionListener
-
-
Constructor Summary
Constructors Constructor Description TableSelectionListener(TableGUIMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(ListSelectionEvent ev)
-
-
-
Constructor Detail
-
TableSelectionListener
public TableSelectionListener(TableGUIMediator med)
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent ev)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
-