Add command to remove plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpAdapter.java
index 063d363..8d7da06 100644 (file)
@@ -273,6 +273,11 @@ public class FcpAdapter implements FcpListener {
         * {@inheritDoc}
         */
        @Override
+       public void receivedPluginRemoved(FcpConnection fcpConnection, PluginRemoved pluginRemoved) {
+               /* empty. */
+       }
+
+       @Override
        public void receivedFCPPluginReply(FcpConnection fcpConnection, FCPPluginReply fcpPluginReply) {
                /* empty. */
        }