Add flag for returning the opennet ref to GetNode command
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetNodeCommand.java
index 9d8a1a9..da7bf68 100644 (file)
@@ -9,4 +9,6 @@ import net.pterodactylus.fcp.NodeData;
  */
 public interface GetNodeCommand extends Executable<NodeData> {
 
+       GetNodeCommand opennetRef();
+
 }