add IdentifierCollision
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index 6f02866..e07bc6d 100644 (file)
@@ -281,6 +281,16 @@ public interface FcpListener extends EventListener {
        public void receivedPutFailed(FcpConnection fcpConnection, PutFailed putFailed);
 
        /**
+        * Notifies a listener that an “IdentifierCollision” message was receied.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param identifierCollision
+        *            The “IdentifierCollision” message
+        */
+       public void receivedIdentifierCollision(FcpConnection fcpConnection, IdentifierCollision identifierCollision);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection