net.aerith.misao.gui
Class EdittableChartComponent.AddCatalogListener

java.lang.Object
  |
  +--net.aerith.misao.gui.EdittableChartComponent.AddCatalogListener
Enclosing class:
EdittableChartComponent

protected class EdittableChartComponent.AddCatalogListener
extends java.lang.Object
implements java.awt.event.ActionListener

The AddCatalogListener is a listener class of menu selection to add another catalog to plot.


Constructor Summary
protected EdittableChartComponent.AddCatalogListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when the menu is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EdittableChartComponent.AddCatalogListener

protected EdittableChartComponent.AddCatalogListener()
Method Detail

actionPerformed

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