Class MainFrame_jMenuItem1_actionAdapter

java.lang.Object
  |
  +--MainFrame_jMenuItem1_actionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class MainFrame_jMenuItem1_actionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

Copyright: Copyright (c) 2004

Version:
1.0

Helper for catching the Menu Events

Author:
Johanna Schmidt, Florian Dorn

Field Summary
(package private)  MainFrame adaptee
           
 
Constructor Summary
(package private) MainFrame_jMenuItem1_actionAdapter(MainFrame adaptee)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

MainFrame adaptee
Constructor Detail

MainFrame_jMenuItem1_actionAdapter

MainFrame_jMenuItem1_actionAdapter(MainFrame adaptee)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener