net.aerith.misao.toolkit.IdentificationReport
Class IdentificationReportPane.IdentifiedStarSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.IdentificationReport.IdentificationReportPane.IdentifiedStarSelectionListener
Enclosing class:
IdentificationReportPane

protected class IdentificationReportPane.IdentifiedStarSelectionListener
extends java.lang.Object
implements StarSelectionListener

The IdentifiedStarSelectionListener is a listener class of identified star selection.


Constructor Summary
protected IdentificationReportPane.IdentifiedStarSelectionListener()
           
 
Method Summary
 void select(XmlStar xml_star, Star record_star)
          Invoked when the specified star is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IdentificationReportPane.IdentifiedStarSelectionListener

protected IdentificationReportPane.IdentifiedStarSelectionListener()
Method Detail

select

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