X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FConnectionListener.java;h=9ce101d6e8f249f83fe5d61975e3e51d749f0d4a;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=86b33d6e3b13c35a32cfd16d2bba9f9c31ddaa1d;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/ConnectionListener.java b/src/de/todesbaum/util/freenet/fcp2/ConnectionListener.java index 86b33d6..9ce101d 100644 --- a/src/de/todesbaum/util/freenet/fcp2/ConnectionListener.java +++ b/src/de/todesbaum/util/freenet/fcp2/ConnectionListener.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -23,7 +23,7 @@ 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$ */ @@ -31,7 +31,7 @@ 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 +41,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 */