jsky.catalog.gui
Interface TableSelectionListener

All Superinterfaces:
java.util.EventListener

public interface TableSelectionListener
extends java.util.EventListener

This defines the interface for listening for selection events on a catalog plot tables.

Version:
$Revision: 1.1 $
Author:
Daniella Malin

Method Summary
 void tableSelected(TableSelectionEvent e)
          Invoked when the table is selected.
 

Method Detail

tableSelected

void tableSelected(TableSelectionEvent e)
Invoked when the table is selected.