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