net.aerith.misao.gui
Class BaseFrame.CopyrightListener

java.lang.Object
  |
  +--net.aerith.misao.gui.BaseFrame.CopyrightListener
Enclosing class:
BaseFrame

protected class BaseFrame.CopyrightListener
extends java.lang.Object
implements java.awt.event.ActionListener

The CopyrightListener is a listener class of menu selection to show the copyright message.


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

Constructor Detail

BaseFrame.CopyrightListener

protected BaseFrame.CopyrightListener()
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.