edu.asu.cri.MirkE.gui
Class MenuActionListener

java.lang.Object
  extended byedu.asu.cri.MirkE.gui.MenuActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MenuActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

This class is listener for all the menu options. actionPerformed of this class will delegate the activity to the class that is configured in menu.xml

Version:
$Id: MenuActionListener.java,v 1.4 2005/02/02 17:20:07 smenor Exp $
Author:
Siva B.S.D.S

Constructor Summary
MenuActionListener()
          Empty constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Action performed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuActionListener

public MenuActionListener()
Empty constructor

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Action performed

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event -


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.