org.jscience.architecture.traffic.simulation
Class SimPropDialog.SPActionListener

java.lang.Object
  extended by org.jscience.architecture.traffic.simulation.SimPropDialog.SPActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SimPropDialog

public class SimPropDialog.SPActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens to the buttons of the dialog.


Constructor Summary
SimPropDialog.SPActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimPropDialog.SPActionListener

public SimPropDialog.SPActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
DOCUMENT ME!

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - DOCUMENT ME!