Whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / FcpListener.java
index 09a5f2a..2efb24e 100644 (file)
@@ -25,7 +25,6 @@ import java.util.EventListener;
  * Interface for objects that want to be notified on certain FCP events.
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public interface FcpListener extends EventListener {
 
@@ -228,7 +227,7 @@ public interface FcpListener extends EventListener {
         * @param finishedCompression
         *            The “FinishedCompression” message
         */
-       public void receviedFinishedCompression(FcpConnection fcpConnection, FinishedCompression finishedCompression);
+       public void receivedFinishedCompression(FcpConnection fcpConnection, FinishedCompression finishedCompression);
 
        /**
         * Notifies a listener that an “UnknownPeerNoteType” was received.
@@ -373,6 +372,16 @@ public interface FcpListener extends EventListener {
        public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable);
 
        /**
+        * Notifies a listener that a bookmark was updated.
+        *
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param receivedBookmarkFeed
+        *            The “ReceivedBookmarkFeed” message
+        */
+       public void receivedBookmarkFeed(FcpConnection fcpConnection, ReceivedBookmarkFeed receivedBookmarkFeed);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         *
         * @param fcpConnection