Add listener event when the upload to the node is finished.
[jSite.git] / src / de / todesbaum / jsite / gui / ProjectInsertPage.java
index 0dd70e6..63eaf49 100644 (file)
@@ -267,6 +267,13 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl
        /**
         * {@inheritDoc}
         */
+       public void projectUploadFinished(Project project) {
+               startTime = System.currentTimeMillis();
+       }
+
+       /**
+        * {@inheritDoc}
+        */
        public void projectURIGenerated(Project project, final String uri) {
                SwingUtilities.invokeLater(new Runnable() {