catch some errors in font selections
[jSite2.git] / src / net / pterodactylus / jsite / core / Core.java
index e6cad12..731076b 100644 (file)
@@ -80,4 +80,12 @@ public interface Core {
         */
        public void connectToNode(Node node);
 
+       /**
+        * Disconnects from the given node.
+        *
+        * @param node
+        *            The node to disconnect from
+        */
+       public void disconnectFromNode(Node node);
+
 }
\ No newline at end of file