add request management
[jSite2.git] / src / net / pterodactylus / jsite / core / NodeListener.java
index 80a01ce..23f1a4c 100644 (file)
@@ -23,7 +23,7 @@ import java.util.EventListener;
 
 /**
  * Interface for listeners that want to be notified about node events.
- *
+ * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  * @version $Id$
  */
@@ -31,7 +31,7 @@ public interface NodeListener extends EventListener {
 
        /**
         * Notifies a listener that a connection to the given node was established.
-        *
+        * 
         * @param node
         *            The node that is now connected
         */
@@ -40,7 +40,7 @@ public interface NodeListener extends EventListener {
        /**
         * Notifies a listener that a connection to the given node was severed. The
         * listener is responsible for
-        *
+        * 
         * @param node
         *            The node that is now disconnected
         * @param throwable