Use execute() to trigger execution of commands
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ClientGetCommand.java
index 7e039ba..7c5bf8d 100644 (file)
@@ -21,7 +21,7 @@ public interface ClientGetCommand {
        ClientGetCommand realTime();
        ClientGetCommand global();
 
-       ListenableFuture<Optional<Data>> uri(String uri);
+       Executable<Optional<Data>> uri(String uri);
 
        interface Data {