X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpListener.java;h=f34cd0dbae610b194e8d09b2ba7928e7c1175b25;hb=90ef444ae9f502750c837076f1588483619a4212;hp=63043fcfa70a75e1f00700f647e5b31df3c778c4;hpb=744846f609a2e6897d88c33fccc93f57f0ef8890;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpListener.java b/src/net/pterodactylus/util/fcp/FcpListener.java index 63043fc..f34cd0d 100644 --- a/src/net/pterodactylus/util/fcp/FcpListener.java +++ b/src/net/pterodactylus/util/fcp/FcpListener.java @@ -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!