jsky.catalog.gui
Interface SymbolSelectionListener

All Superinterfaces:
java.util.EventListener

public interface SymbolSelectionListener
extends java.util.EventListener

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

Version:
$Revision: 1.1 $
Author:
Allan Brighton

Method Summary
 void symbolDeselected(SymbolSelectionEvent e)
          Invoked when the symbol is deselected.
 void symbolSelected(SymbolSelectionEvent e)
          Invoked when the symbol is selected.
 

Method Detail

symbolSelected

void symbolSelected(SymbolSelectionEvent e)
Invoked when the symbol is selected.


symbolDeselected

void symbolDeselected(SymbolSelectionEvent e)
Invoked when the symbol is deselected.