org.jscience.architecture.traffic.simulation.statistics
Class StatisticsController.MenuListener

java.lang.Object
  extended by org.jscience.architecture.traffic.simulation.statistics.StatisticsController.MenuListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.util.EventListener
Enclosing class:
StatisticsController

public class StatisticsController.MenuListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener

Listens to the menus.


Constructor Summary
StatisticsController.MenuListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles the ActionEvent action.
 void itemStateChanged(java.awt.event.ItemEvent e)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsController.MenuListener

public StatisticsController.MenuListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles the ActionEvent action.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The ActionEvent that has occured.

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
DOCUMENT ME!

Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
e - DOCUMENT ME!