net.aerith.misao.gui
Class Desktop.SelectWindowListener

java.lang.Object
  |
  +--net.aerith.misao.gui.Desktop.SelectWindowListener
Enclosing class:
Desktop

protected class Desktop.SelectWindowListener
extends java.lang.Object
implements java.awt.event.ActionListener

The SelectWindowListener is a listener class of menu selection to bring a window to the front.


Constructor Summary
protected Desktop.SelectWindowListener()
           
 
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

Desktop.SelectWindowListener

protected Desktop.SelectWindowListener()
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.