Author: toad
Date: 2009-01-28 17:07:23 +0000 (Wed, 28 Jan 2009)
New Revision: 25348

Modified:
   branches/db4o/freenet/src/freenet/client/async/PutCompletionCallback.java
Log:
Comments


Modified: 
branches/db4o/freenet/src/freenet/client/async/PutCompletionCallback.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/PutCompletionCallback.java   
2009-01-28 16:28:57 UTC (rev 25347)
+++ branches/db4o/freenet/src/freenet/client/async/PutCompletionCallback.java   
2009-01-28 17:07:23 UTC (rev 25348)
@@ -15,6 +15,8 @@
        
        public void onFailure(InsertException e, ClientPutState state, 
ObjectContainer container, ClientContext context);
 
+       /** Called when we know the final URI of the state in question. The 
currentState eventually calls this
+        * on the ClientPutter, which relays to the fcp layer, which sends a 
URIGenerated message. */
        public void onEncode(BaseClientKey usk, ClientPutState state, 
ObjectContainer container, ClientContext context);
        
        public void onTransition(ClientPutState oldState, ClientPutState 
newState, ObjectContainer container);

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

Reply via email to