Add command to remove plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpListener.java
index 02eeed5..91e1f9c 100644 (file)
@@ -329,6 +329,8 @@ public interface FcpListener extends EventListener {
         */
        public void receivedPluginInfo(FcpConnection fcpConnection, PluginInfo pluginInfo);
 
+       void receivedPluginRemoved(FcpConnection fcpConnection, PluginRemoved pluginRemoved);
+
        /**
         * Notifies a listener that an “FCPPluginReply“ message was received.
         *