dluploadclient
Class JBtnKillUploadListener

java.lang.Object
  extended by dluploadclient.JBtnKillUploadListener
All Implemented Interfaces:
ActionListener, EventListener

public class JBtnKillUploadListener
extends Object
implements ActionListener

Author:
Maurer Gilles

Constructor Summary
JBtnKillUploadListener(DLUploadClientGUI gui)
          Constructeur par défaut
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBtnKillUploadListener

public JBtnKillUploadListener(DLUploadClientGUI gui)
Constructeur par défaut

Parameters:
gui - Référence à la fenêtre principale
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener