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