Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / ConnectionListener.java
index 0bc77bb..8e55a2d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib - 
- * Copyright (C) 2006 David Roden
+ * jSite - ConnectionListener.java - Copyright © 2006–2012 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,15 +22,15 @@ import java.util.EventListener;
 
 /**
  * Interface for clients that want to be notified when a message was received.
- * 
+ *
  * @author David Roden <droden@gmail.com>
- * @version $Id: ConnectionListener.java 356 2006-03-24 15:13:38Z bombe $
+ * @version $Id$
  */
 public interface ConnectionListener extends EventListener {
 
        /**
         * Notifies a client that a message was received.
-        * 
+        *
         * @param connection
         *            The connection the message was received on
         * @param message
@@ -41,7 +40,7 @@ public interface ConnectionListener extends EventListener {
 
        /**
         * Notifies a client that the connection to the node has been lost.
-        * 
+        *
         * @param connection
         *            The connection that was lost
         */