X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpListener.java;h=4f0c77a3dc4470778469a1468b88fecbbd509939;hb=82f9e000ee9103bd912275b012ac7002764aaead;hp=2efb24e7460385be99b4874e2b4ab78d36a62538;hpb=450cca137543c1d8adfdca98b410dfefeb6256cf;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpListener.java b/src/net/pterodactylus/fcp/FcpListener.java index 2efb24e..4f0c77a 100644 --- a/src/net/pterodactylus/fcp/FcpListener.java +++ b/src/net/pterodactylus/fcp/FcpListener.java @@ -1,6 +1,5 @@ /* - * jSite2 - FpcListener.java - - * Copyright © 2008 David Roden + * jFCPlib - FpcListener.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -372,6 +371,16 @@ public interface FcpListener extends EventListener { public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable); /** + * Notifies a listener that a feed was sent to a peer. + * + * @param source + * The connection that received the message + * @param sentFeed + * The “SentFeed” message + */ + public void receivedSentFeed(FcpConnection source, SentFeed sentFeed); + + /** * Notifies a listener that a bookmark was updated. * * @param fcpConnection