net.aerith.misao.gui
Class BlinkMonoImageComponent.StartListener

java.lang.Object
  |
  +--net.aerith.misao.gui.BlinkMonoImageComponent.StartListener
Enclosing class:
BlinkMonoImageComponent

protected class BlinkMonoImageComponent.StartListener
extends java.lang.Object
implements java.awt.event.ActionListener

The StartListener is a listener class of menu selection to start the blink thread.


Constructor Summary
protected BlinkMonoImageComponent.StartListener()
           
 
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

BlinkMonoImageComponent.StartListener

protected BlinkMonoImageComponent.StartListener()
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.