com.myjavaworld.jftp.actions
Class DeleteRemoteFileAction

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

public class DeleteRemoteFileAction
extends Object
implements ActionListener

An action implementation for deleting the remote file(s) and/or directory(ies).

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

Method Summary
 void actionPerformed(ActionEvent evt)
           
static DeleteRemoteFileAction 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 DeleteRemoteFileAction getInstance(JFTP jftp)

actionPerformed

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


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