net.aerith.misao.toolkit.PixyDesktop
Class PixyOperationDesktop.StepByStepHelpListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.PixyDesktop.PixyOperationDesktop.StepByStepHelpListener
Enclosing class:
PixyOperationDesktop

protected class PixyOperationDesktop.StepByStepHelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

The StepbyStepHelpListener is a listener class of menu selection to show step-by-step help message.


Constructor Summary
protected PixyOperationDesktop.StepByStepHelpListener()
           
 
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

PixyOperationDesktop.StepByStepHelpListener

protected PixyOperationDesktop.StepByStepHelpListener()
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.