add FCPPluginReply
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index 491adf3..caa16ee 100644 (file)
@@ -228,6 +228,13 @@ public class FcpAdapter implements FcpListener {
        /**
         * {@inheritDoc}
         */
+       public void receivedFCPPluginReply(FcpConnection fcpConnection, FCPPluginReply fcpPluginReply) {
+               /* empty. */
+       }
+
+       /**
+        * {@inheritDoc}
+        */
        public void receivedProtocolError(FcpConnection fcpConnection, ProtocolError protocolError) {
                /* empty. */
        }