|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.mindbright.sshcommon.SSHFileTransferGUIThread
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
SSHFileTransferGUIThread(MindTermApp client,
SSHFileTransfer fileXfer,
java.lang.String[] localFileList,
java.lang.String[] remoteFileList,
boolean recursive,
boolean background,
boolean toRemote,
SSHFileTransferDialog xferDialog)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
endDir()
|
void |
endFile()
|
void |
progress(int size)
|
void |
run()
|
void |
startDir(java.lang.String file)
|
void |
startFile(java.lang.String file,
long size)
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SSHFileTransferGUIThread(MindTermApp client, SSHFileTransfer fileXfer, java.lang.String[] localFileList, java.lang.String[] remoteFileList, boolean recursive, boolean background, boolean toRemote, SSHFileTransferDialog xferDialog) throws java.lang.Exception
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void startFile(java.lang.String file, long size)
startFile
in interface SSHFileTransferProgress
public void startDir(java.lang.String file)
startDir
in interface SSHFileTransferProgress
public void endFile()
endFile
in interface SSHFileTransferProgress
public void endDir()
endDir
in interface SSHFileTransferProgress
public void progress(int size)
progress
in interface Progress
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |