add TestDDAResponse
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index 63043fc..f34cd0d 100644 (file)
@@ -121,6 +121,16 @@ public interface FcpListener extends EventListener {
        public void receivedNodeData(FcpConnection fcpConnection, NodeData nodeData);
 
        /**
+        * Notifies a listener that a “TestDDAReply” message was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param testDDAReply
+        *            The “TestDDAReply” message
+        */
+       public void receivedTestDDAReply(FcpConnection fcpConnection, TestDDAReply testDDAReply);
+
+       /**
         * Notifies a listener that a message has been received. This method is only
         * called if {@link FcpConnection#handleMessage(FcpMessage)} does not
         * recognize the message. Should that ever happen, please file a bug report!