X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FFcpListener.java;h=b4b1094e6aba3ac4f9ba0d4e2df4eab444882672;hb=b27920eb552020751ee19fb3eea3aa08a2ccae5e;hp=e07bc6da6e383cb5f1e27a3224cbae264fbd1779;hpb=98cf58dc4144f7c7db8bba715d6b02e819699ee6;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/FcpListener.java b/src/net/pterodactylus/util/fcp/FcpListener.java index e07bc6d..b4b1094 100644 --- a/src/net/pterodactylus/util/fcp/FcpListener.java +++ b/src/net/pterodactylus/util/fcp/FcpListener.java @@ -291,6 +291,16 @@ public interface FcpListener extends EventListener { public void receivedIdentifierCollision(FcpConnection fcpConnection, IdentifierCollision identifierCollision); /** + * Notifies a listener that a “PersistentPutDir” message was received. + * + * @param fcpConnection + * The connection that received the message + * @param persistentPutDir + * The “PersistentPutDir” message + */ + public void receivedPersistentPutDir(FcpConnection fcpConnection, PersistentPutDir persistentPutDir); + + /** * Notifies a listener that a “ProtocolError” was received. * * @param fcpConnection