net.aerith.misao.toolkit.ImageDatabase
Class ImageDatabaseDesktop.InformationSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageDatabase.ImageDatabaseDesktop.InformationSelectionListener
Enclosing class:
ImageDatabaseDesktop

protected class ImageDatabaseDesktop.InformationSelectionListener
extends java.lang.Object
implements InformationTreeSelectionListener

The InformationSelectionListener is a listener class of XML report document selection in the tree.


Constructor Summary
protected ImageDatabaseDesktop.InformationSelectionListener()
           
 
Method Summary
 void select(XmlInformation info)
          Invoked when the specified image information is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ImageDatabaseDesktop.InformationSelectionListener

protected ImageDatabaseDesktop.InformationSelectionListener()
Method Detail

select

public void select(XmlInformation info)
Invoked when the specified image information is selected.
Specified by:
select in interface InformationTreeSelectionListener
Parameters:
info - the image information.