graphics2.listener
Class TestScenarioFileActionListener

java.lang.Object
  |
  +--graphics2.listener.TestScenarioFileActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TestScenarioFileActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

This run a FileChooser: you select a scenario file - it pops up a dialog window to select test parameters - it runs ScenarioFileAnalyser which says if it's good or not

Version:
0.1, Jun 19, 2003
Author:
mladoue

Constructor Summary
TestScenarioFileActionListener(GestionTest gestionTest)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScenarioFileActionListener

public TestScenarioFileActionListener(GestionTest gestionTest)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)