Add command to subscribe to USK updates
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / UskSubscription.java
1 package net.pterodactylus.fcp.quelaton;
2
3 /**
4  * USK subscription object that is returned to the client application.
5  *
6  * @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
7  */
8 public interface UskSubscription {
9
10         String getUri();
11
12 }