Add unsubscribe command
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / UnsubscribeUskCommand.java
1 package net.pterodactylus.fcp.quelaton;
2
3 /**
4  * Unsubscribes from a USK.
5  *
6  * @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
7  */
8 public interface UnsubscribeUskCommand {
9
10         Executable<Void> identifier(String identifier);
11
12 }