add project manager
[jSite2.git] / src / net / pterodactylus / jsite / core / CoreListener.java
index 45772bc..5fe47f9 100644 (file)
@@ -28,6 +28,14 @@ package net.pterodactylus.jsite.core;
 public interface CoreListener {
 
        /**
+        * Notifies all listeners that loading the projects has failed.
+        * 
+        * @param directory
+        *            The directory the projects were tried to load from
+        */
+       public void loadingProjectsFailed(String directory);
+
+       /**
         * Notifies all listeners that the core has loaded.
         */
        public void coreLoaded();