X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpListener.java;h=151fcfeb3e341c1d841be01a753118f5d83e61dd;hb=4d849ec50a85129aa5259be84f4ffb3dbdd579e4;hp=20b4d9b94d7cd8dccd12bee5671b2a46dc25a3e9;hpb=a2c69d729e832ed4586152de86773fa32e698435;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpListener.java b/src/net/pterodactylus/fcp/FcpListener.java index 20b4d9b..151fcfe 100644 --- a/src/net/pterodactylus/fcp/FcpListener.java +++ b/src/net/pterodactylus/fcp/FcpListener.java @@ -372,6 +372,16 @@ public interface FcpListener extends EventListener { public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable); /** + * Notifies a listener that a bookmark was updated. + * + * @param fcpConnection + * The connection that received the message + * @param receivedBookmarkFeed + * The “ReceivedBookmarkFeed” message + */ + public void receivedBookmarkFeed(FcpConnection fcpConnection, ReceivedBookmarkFeed receivedBookmarkFeed); + + /** * Notifies a listener that a “ProtocolError” was received. * * @param fcpConnection