X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fapplication%2FInsertListener.java;h=65b0602580465eb66b173305d621113dddb4aafe;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=13710617bd568d46a38d20af7ad04f83fffd62db;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/jsite/application/InsertListener.java b/src/de/todesbaum/jsite/application/InsertListener.java index 1371061..65b0602 100644 --- a/src/de/todesbaum/jsite/application/InsertListener.java +++ b/src/de/todesbaum/jsite/application/InsertListener.java @@ -23,14 +23,14 @@ import java.util.EventListener; /** * Interface for objects that want to be notified abount insert events. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public interface InsertListener extends EventListener { /** * Enumeration for the different error situations. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public static enum ErrorType { @@ -53,7 +53,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert has started. - * + * * @param project * The project that is now being inserted */ @@ -61,7 +61,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that a project insert has generated a URI. - * + * * @param project * The project being inserted * @param uri @@ -71,7 +71,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that an insert has made some progress. - * + * * @param project * The project being inserted * @param succeeded @@ -90,7 +90,7 @@ public interface InsertListener extends EventListener { /** * Notifies a listener that a project insert has finished. - * + * * @param project * The project being inserted * @param success