X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpListener.java;h=a3a43816e799a2ec34f93019815199d327f683c8;hb=b905d1b51018f68ba5e8c598781a494921318c91;hp=43967a2d6bde071628e93fc089204580fbab3246;hpb=561d15670607ad2fae532e71dfc25b35848f0775;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpListener.java b/src/net/pterodactylus/util/fcp/FcpListener.java index 43967a2..a3a4381 100644 --- a/src/net/pterodactylus/util/fcp/FcpListener.java +++ b/src/net/pterodactylus/util/fcp/FcpListener.java @@ -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