net.aerith.misao.toolkit.StarDatabase
Class StarDatabaseDesktop.RegisterCatalogListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.StarDatabase.StarDatabaseDesktop.RegisterCatalogListener
Enclosing class:
StarDatabaseDesktop

protected class StarDatabaseDesktop.RegisterCatalogListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.lang.Runnable

The RegisterCatalogListener is a listener class of menu selection to register a catalog into the catalog database.


Constructor Summary
protected StarDatabaseDesktop.RegisterCatalogListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the menus is selected.
 void run()
          Runs this thread.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StarDatabaseDesktop.RegisterCatalogListener

protected StarDatabaseDesktop.RegisterCatalogListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the menus is selected.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.

run

public void run()
Runs this thread.
Specified by:
run in interface java.lang.Runnable