dluploadclient
Class JBtnChooseFileListener

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

public class JBtnChooseFileListener
extends Object
implements ActionListener


Constructor Summary
JBtnChooseFileListener(DLUploadClientGUI gui)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBtnChooseFileListener

public JBtnChooseFileListener(DLUploadClientGUI gui)
Parameters:
gui -
Method Detail

actionPerformed

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