graphics.listener
Class TrafficGeneratorActionListener

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

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


Field Summary
protected  GestionTest gt
           
protected  int rmiPort
           
protected  java.lang.String scenarioFileName
           
protected  ServerPanel sp
           
 
Constructor Summary
TrafficGeneratorActionListener(GestionTest gt)
           
TrafficGeneratorActionListener(GestionTest gt, int rmiPort)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gt

protected GestionTest gt

scenarioFileName

protected java.lang.String scenarioFileName

sp

protected ServerPanel sp

rmiPort

protected int rmiPort
Constructor Detail

TrafficGeneratorActionListener

public TrafficGeneratorActionListener(GestionTest gt)

TrafficGeneratorActionListener

public TrafficGeneratorActionListener(GestionTest gt,
                                      int rmiPort)
Method Detail

actionPerformed

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