Implement “SentFeed” response message.
[jFCPlib.git] / src / net / pterodactylus / fcp / FcpListener.java
index 2efb24e..4f0c77a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - FpcListener.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - FpcListener.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -372,6 +371,16 @@ public interface FcpListener extends EventListener {
        public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable);
 
        /**
+        * Notifies a listener that a feed was sent to a peer.
+        *
+        * @param source
+        *            The connection that received the message
+        * @param sentFeed
+        *            The “SentFeed” message
+        */
+       public void receivedSentFeed(FcpConnection source, SentFeed sentFeed);
+
+       /**
         * Notifies a listener that a bookmark was updated.
         *
         * @param fcpConnection