ip1.ex14
Class JFtp.RefreshTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--ip1.ex14.JFtp.RefreshTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JFtp

class JFtp.RefreshTask
extends java.util.TimerTask

A TimerTask to refresh JFtp's thread view.

See Also:
JFtpThread.refreshThreadView()

Field Summary
(package private)  JFtp jftp
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
JFtp.RefreshTask(JFtp jftp)
          The constuctor.
 
Method Summary
 void run()
          Triggered when the Timer reaches its limit.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jftp

JFtp jftp
Constructor Detail

JFtp.RefreshTask

public JFtp.RefreshTask(JFtp jftp)
The constuctor.

Parameters:
jftp - the JFtp we send the refresh to
Method Detail

run

public void run()
Triggered when the Timer reaches its limit.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask
See Also:
JFtp.run()