Class TableSelectionListener

java.lang.Object
org.apache.uima.tools.stylemap.TableSelectionListener
All Implemented Interfaces:
EventListener, ListSelectionListener

public class TableSelectionListener extends Object implements 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