X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FListPeersCommand.java;h=579487f3e0513365519f72c891cbd9a087b2fd65;hb=2012a2dad86529e1a01528c075e9a87fcb31f156;hp=56a28c21063bfb859fc9c2d4867c78cf5a4d9535;hpb=e7fe15a311e143a2154bfc62ed21cdf591b9a27f;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java index 56a28c2..579487f 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java @@ -10,8 +10,9 @@ import net.pterodactylus.fcp.Peer; * * @author David ‘Bombe’ Roden */ -public interface ListPeersCommand { +public interface ListPeersCommand extends Executable> { - Future> execute(); + ListPeersCommand includeMetadata(); + ListPeersCommand includeVolatile(); }