net.aerith.misao.gui.event
Interface ChartEditionListener

All Known Implementing Classes:
MultipleCatalogChartPane

public interface ChartEditionListener

The ChartEditionListener is a listener interface of star chart edition.


Method Summary
 void starsAdded(StarList list)
          Invoked when stars are added to the chart.
 

Method Detail

starsAdded

public void starsAdded(StarList list)
Invoked when stars are added to the chart.
Parameters:
list - the list of stars added to the chart.