net.aerith.misao.gui.event
Interface InformationTreeSelectionListener

All Known Implementing Classes:
ImageDatabaseDesktop.InformationSelectionListener

public interface InformationTreeSelectionListener

The InformationTreeSelectionListener is a listener interface of node selection in DatabaseInformationTree.


Method Summary
 void select(XmlInformation info)
          Invoked when the specified image information is selected.
 

Method Detail

select

public void select(XmlInformation info)
Invoked when the specified image information is selected.
Parameters:
info - the image information.