simplify creation of payload input stream
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index fd5bfad..43967a2 100644 (file)
@@ -322,6 +322,16 @@ public interface FcpListener extends EventListener {
        public void receivedSubscribedUSKUpdate(FcpConnection fcpConnection, SubscribedUSKUpdate subscribedUSKUpdate);
 
        /**
+        * Notifies a listener that a “PluginInfo” message was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param pluginInfo
+        *            The “PluginInfo” message
+        */
+       public void receivedPluginInfo(FcpConnection fcpConnection, PluginInfo pluginInfo);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection