X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fapplication%2FInsertListener.java;h=86ba26de3297f67429a52e74064a36ceb1caa2b8;hb=418364b4db9be919ed85830a8d1a67e213cfdd80;hp=65b0602580465eb66b173305d621113dddb4aafe;hpb=3b53ea254e50420df8fe2ea9121855d600560f88;p=jSite.git diff --git a/src/de/todesbaum/jsite/application/InsertListener.java b/src/de/todesbaum/jsite/application/InsertListener.java index 65b0602..86ba26d 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