com.myjavaworld.jftp.actions
Class NewLocalDirectoryAction

java.lang.Object
  extended by com.myjavaworld.jftp.actions.NewLocalDirectoryAction
All Implemented Interfaces:
ActionListener, EventListener

public class NewLocalDirectoryAction
extends Object
implements ActionListener

An implementation of Action interface used to create a local directory

Version:
2.0
Author:
Sai Pullabhotla, psai [at] jMethods [dot] com

Method Summary
 void actionPerformed(ActionEvent evt)
           
static NewLocalDirectoryAction getInstance(JFTP jftp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NewLocalDirectoryAction getInstance(JFTP jftp)

actionPerformed

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


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.