X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fapplication%2FInsertListener.java;h=40cdaf17075a2e7dbcecfe3ec9884392c44446d2;hb=7cec7da468700fd0f1eb5677edf437902eeae04b;hp=65b0602580465eb66b173305d621113dddb4aafe;hpb=bbfa208695e2a7f1bb555f841623945767f296e7;p=jSite.git diff --git a/src/de/todesbaum/jsite/application/InsertListener.java b/src/de/todesbaum/jsite/application/InsertListener.java index 65b0602..40cdaf1 100644 --- a/src/de/todesbaum/jsite/application/InsertListener.java +++ b/src/de/todesbaum/jsite/application/InsertListener.java @@ -60,6 +60,15 @@ public interface InsertListener extends EventListener { public void projectInsertStarted(Project project); /** + * Notifies a listener that the upload of a project has finished and the + * inserting will start now. + * + * @param project + * The project that has been uploaded + */ + public void projectUploadFinished(Project project); + + /** * Notifies a listener that a project insert has generated a URI. * * @param project @@ -94,8 +103,8 @@ public interface InsertListener extends EventListener { * @param project * The project being inserted * @param success - * true if the insert succeeded, - * false otherwise + * true if the insert succeeded, false + * otherwise * @param cause * The cause of a failure, if any (may be null) */