net.aerith.misao.gui.event
Interface StarSelectionListener

All Known Implementing Classes:
IdentificationReportPane.IdentifiedStarSelectionListener

public interface StarSelectionListener

The StarSelectionListener is a listener interface of a star selection.


Method Summary
 void select(XmlStar xml_star, Star record_star)
          Invoked when the specified star is selected.
 

Method Detail

select

public void select(XmlStar xml_star,
                   Star record_star)
Invoked when the specified star is selected.
Parameters:
xml_star - the XML star object.
record_star - the record in the XML star object.