org.jscience.architecture.traffic.algorithms.tlc
Class TLController.TLCDialog.TLCActionListener

java.lang.Object
  extended by org.jscience.architecture.traffic.algorithms.tlc.TLController.TLCDialog.TLCActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TLController.TLCDialog

public class TLController.TLCDialog.TLCActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens to the buttons of the dialog.


Constructor Summary
TLController.TLCDialog.TLCActionListener()
           
 
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

TLController.TLCDialog.TLCActionListener

public TLController.TLCDialog.TLCActionListener()
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!