extend core listener
[jSite2.git] / src / net / pterodactylus / jsite / core / CoreListener.java
index 812ce89..b4a2574 100644 (file)
@@ -148,7 +148,10 @@ public interface CoreListener {
         *
         * @param node
         *            The node that was diconnected
+        * @param throwable
+        *            The exception that caused the disconnect, or <code>null</code>
+        *            if there was no exception
         */
-       public void nodeDisconnected(Node node);
+       public void nodeDisconnected(Node node, Throwable throwable);
 
 }