com.neatech.climbplan.userinterface
Class DemoDesign.ExitMenuItemActionListener

java.lang.Object
  extended by com.neatech.climbplan.userinterface.DemoDesign.ExitMenuItemActionListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
DemoDesign

private class DemoDesign.ExitMenuItemActionListener
extends Object
implements ActionListener


Constructor Summary
private DemoDesign.ExitMenuItemActionListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoDesign.ExitMenuItemActionListener

private DemoDesign.ExitMenuItemActionListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener