X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpListener.java;fp=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpListener.java;h=65baa36150cc02490b01c5003e4cb4a8b5cbc386;hb=1fc53053c4f973264aeb40c104556a88d43df06b;hp=bbd0e00c41159835a8361c4dd0b61a52c22fa21f;hpb=7cb4b419a0fb39141c6e1bf3807205dcdce2adcc;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpListener.java b/src/net/pterodactylus/util/fcp/FcpListener.java index bbd0e00..65baa36 100644 --- a/src/net/pterodactylus/util/fcp/FcpListener.java +++ b/src/net/pterodactylus/util/fcp/FcpListener.java @@ -363,6 +363,16 @@ public interface FcpListener extends EventListener { public void receivedPutSuccessful(FcpConnection fcpConnection, PutSuccessful putSuccessful); /** + * Notifies a listener that a “PutFetchable” message was received. + * + * @param fcpConnection + * The connection that received the message + * @param putFetchable + * The “PutFetchable” message + */ + public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable); + + /** * Notifies a listener that a “ProtocolError” was received. * * @param fcpConnection