add PutFetchable
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index bbd0e00..65baa36 100644 (file)
@@ -363,6 +363,16 @@ public interface FcpListener extends EventListener {
        public void receivedPutSuccessful(FcpConnection fcpConnection, PutSuccessful putSuccessful);
 
        /**
+        * Notifies a listener that a “PutFetchable” message was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param putFetchable
+        *            The “PutFetchable” message
+        */
+       public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection