X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FInsertListener.java;h=d4751c0db7378c208849ad0f788e1675821b91fa;hp=0ab6acbb87ec34a4bbf561426bd3374483cd9611;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/core/InsertListener.java b/src/net/pterodactylus/jsite/core/InsertListener.java index 0ab6acb..d4751c0 100644 --- a/src/net/pterodactylus/jsite/core/InsertListener.java +++ b/src/net/pterodactylus/jsite/core/InsertListener.java @@ -1,20 +1,21 @@ /* * jSite2 - InsertListener.java - Copyright © 2008 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 the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. - * + * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., 59 Temple * Place - Suite 330, Boston, MA 02111-1307, USA. */ + package net.pterodactylus.jsite.core; import java.util.EventListener; @@ -22,14 +23,14 @@ import java.util.EventListener; /** * Interface for objects that want to be notified on events emitted by the * {@link InsertManager}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert was added. - * + * * @param insert * The insert that was added */ @@ -37,7 +38,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert was removed. - * + * * @param insert * The insert that was removed */ @@ -45,7 +46,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert was started. - * + * * @param insert * The insert that was started */ @@ -53,7 +54,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert made some progress. - * + * * @param insert * The insert that made some progress */ @@ -61,7 +62,7 @@ public interface InsertListener extends EventListener { /** * Notifies listeners that an insert generated a URI. - * + * * @param insert * The insert that generated a URI * @param uri @@ -71,7 +72,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert has finished. - * + * * @param insert * The insert that has finished */