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

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

protected class TrackingController.MenuListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener

Listens to the menus.


Constructor Summary
TrackingController.MenuListener(TrackingController _controller)
          Creates a new MenuListener object.
 
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

TrackingController.MenuListener

public TrackingController.MenuListener(TrackingController _controller)
Creates a new MenuListener object.

Parameters:
_controller - DOCUMENT ME!
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!