Package org.apache.uima.tools.stylemap
Class TableSelectionListener
java.lang.Object
org.apache.uima.tools.stylemap.TableSelectionListener
- All Implemented Interfaces:
EventListener
,ListSelectionListener
The listener interface for receiving tableSelection events. The class that is interested in
processing a tableSelection event implements this interface, and the object created with that
class is registered with a component using the component's
addTableSelectionListener
method. When the tableSelection event occurs, that object's appropriate method is invoked.
// * @see TableSelectionEvent-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new table selection listener. -
Method Summary
-
Field Details
-
med
The med.
-
-
Constructor Details
-
TableSelectionListener
Instantiates a new table selection listener.- Parameters:
med
- the med
-
-
Method Details
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-