graphics2.listener
Class MyRefreshListener

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

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

Version:
0.1, Jun 14, 2003
Author:
mladoue

Constructor Summary
MyRefreshListener(GestionTest gt, java.lang.String oldConfigFileName)
           
 
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

MyRefreshListener

public MyRefreshListener(GestionTest gt,
                         java.lang.String oldConfigFileName)
Method Detail

actionPerformed

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