add FCPPluginReply
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index 43967a2..a3a4381 100644 (file)
@@ -332,6 +332,16 @@ public interface FcpListener extends EventListener {
        public void receivedPluginInfo(FcpConnection fcpConnection, PluginInfo pluginInfo);
 
        /**
+        * Notifies a listener that an “FCPPluginReply“ message was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param fcpPluginReply
+        *            The “FCPPluginReply” message
+        */
+       public void receivedFCPPluginReply(FcpConnection fcpConnection, FCPPluginReply fcpPluginReply);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection