graphics2.listener
Class ScenariosGeneratorActionListener

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

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


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

Constructor Detail

ScenariosGeneratorActionListener

public ScenariosGeneratorActionListener(GestionTest gestionTest)
Method Detail

actionPerformed

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

getClassGeneratorName

public java.lang.String[] getClassGeneratorName()

getGestionTest

public GestionTest getGestionTest()