org.jscience.architecture.traffic.edit
Class EditPropDialog.EPActionListener

java.lang.Object
  extended by org.jscience.architecture.traffic.edit.EditPropDialog.EPActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
EditPropDialog

public class EditPropDialog.EPActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens to the buttons of the dialog.


Constructor Summary
EditPropDialog.EPActionListener()
           
 
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

EditPropDialog.EPActionListener

public EditPropDialog.EPActionListener()
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!