graphics.listener
Class StatisticsGeneratorActionListener

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

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


Field Summary
protected  java.lang.String classGeneratorName
           
protected  GenericGeneration genericGenerator
           
protected  GestionTest gestionTest
           
protected  ModelGeneratorConstructor mal
           
protected  java.lang.String serverName
           
protected  int serverPort
           
 
Constructor Summary
StatisticsGeneratorActionListener(GestionTest gestionTest)
          Method StatisticsGeneratorActionListener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getClassGeneratorName()
           
 GestionTest getGestionTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gestionTest

protected GestionTest gestionTest

genericGenerator

protected GenericGeneration genericGenerator

classGeneratorName

protected java.lang.String classGeneratorName

mal

protected ModelGeneratorConstructor mal

serverName

protected java.lang.String serverName

serverPort

protected int serverPort
Constructor Detail

StatisticsGeneratorActionListener

public StatisticsGeneratorActionListener(GestionTest gestionTest)
Method StatisticsGeneratorActionListener.

Parameters:
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()