Author: xor
Date: 2009-04-17 15:15:31 +0000 (Fri, 17 Apr 2009)
New Revision: 26939

Modified:
   trunk/freenet/src/freenet/support/TransferThread.java
Log:
Javadoc.

Modified: trunk/freenet/src/freenet/support/TransferThread.java
===================================================================
--- trunk/freenet/src/freenet/support/TransferThread.java       2009-04-17 
14:17:44 UTC (rev 26938)
+++ trunk/freenet/src/freenet/support/TransferThread.java       2009-04-17 
15:15:31 UTC (rev 26939)
@@ -197,6 +197,9 @@
 
        protected abstract long getSleepTime();
        
+       /**
+        * Called by the TransferThread after getStartupDelay() milliseconds 
for the first time and then after each getSleepTime() milliseconds.
+        */
        protected abstract void iterate();
 
        

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to