X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FCoreListener.java;h=4da2ec84476dc4104a21e318fa530505f0e881ed;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=57eea5a9aae87d292e339f93e802ed805488b732;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/CoreListener.java b/src/net/pterodactylus/jsite/core/CoreListener.java index 57eea5a..4da2ec8 100644 --- a/src/net/pterodactylus/jsite/core/CoreListener.java +++ b/src/net/pterodactylus/jsite/core/CoreListener.java @@ -21,7 +21,7 @@ package net.pterodactylus.jsite.core; /** * Interface definition for user interfaces. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public interface CoreListener { @@ -32,7 +32,7 @@ public interface CoreListener { /** * Notifies a listener that loading the projects finished successfully. - * + * * @param directory * The directory the nodes were loaded from */ @@ -40,7 +40,7 @@ public interface CoreListener { /** * Notifies all listeners that loading the projects has failed. - * + * * @param directory * The directory the projects were tried to load from * @param throwable @@ -51,7 +51,7 @@ public interface CoreListener { /** * Notifies a listener that the projects were successfully saved to the * given directory. - * + * * @param directory * The directory the projects were saved to */ @@ -59,7 +59,7 @@ public interface CoreListener { /** * Notifies a listener that saving the projects has failed. - * + * * @param directory * The directory the projects were to be saved to * @param throwable @@ -69,7 +69,7 @@ public interface CoreListener { /** * Notifies a listener that the given project was added. - * + * * @param project * The project that was added. */ @@ -77,7 +77,7 @@ public interface CoreListener { /** * Notifies a listener that a project was cloned. - * + * * @param clonedProject * The clones project * @param projectClone @@ -87,7 +87,7 @@ public interface CoreListener { /** * Notifies a listener that the given project was removed. - * + * * @param project * The project that was removed. */ @@ -99,7 +99,7 @@ public interface CoreListener { /** * Notifies a listener that the nodes were successfully loaded. - * + * * @param directory * The directory the nodes were loaded from */ @@ -107,7 +107,7 @@ public interface CoreListener { /** * Notifies a listener that loading the nodes has failed. - * + * * @param directory * The directory the nodes were loaded from * @param throwable @@ -117,7 +117,7 @@ public interface CoreListener { /** * Notifies a listener that the nodes were successfully saved. - * + * * @param directory * The directory the nodes were saved to */ @@ -125,7 +125,7 @@ public interface CoreListener { /** * Notifies a listener that saving the nodes has failed. - * + * * @param directory * The directory the nodes were saved to * @param throwable @@ -153,7 +153,7 @@ public interface CoreListener { /** * Notifies a listener that a node was added to the core. - * + * * @param node * The node that was added. */ @@ -163,7 +163,7 @@ public interface CoreListener { * Notifies a listener that a node was removed from the core. Before a node * is removed, it will be disconnected (and * {@link #nodeDisconnected(Node, Throwable)} will be called). - * + * * @param node * The node that was removed */ @@ -173,7 +173,7 @@ public interface CoreListener { * Notifies all listeners that the core started connecting to the given * node. Before a node is connected, it will be added (and * {@link #nodeAdded(Node)} will be called). - * + * * @param node * The node that is being connected */ @@ -181,7 +181,7 @@ public interface CoreListener { /** * Notifies all listeners that the core connected to the given node. - * + * * @param node * The node that is connected */ @@ -189,7 +189,7 @@ public interface CoreListener { /** * Notifies a listener that a connection to a node has failed. - * + * * @param node * The node that could not be connected * @param cause @@ -199,7 +199,7 @@ public interface CoreListener { /** * Notifies all listeners that the core disconnected from the given node. - * + * * @param node * The node that was diconnected * @param throwable @@ -214,7 +214,7 @@ public interface CoreListener { /** * Notifies a listener that a project insert started. - * + * * @param project * The project that is now inserting */ @@ -222,7 +222,7 @@ public interface CoreListener { /** * Notifies a listener that a project insert made progress. - * + * * @param project * The project that made progress * @param totalBlocks @@ -244,7 +244,7 @@ public interface CoreListener { /** * Notifies a listener that a project insert has generated a URI. - * + * * @param project * The project that generated a URI * @param uri @@ -254,7 +254,7 @@ public interface CoreListener { /** * Notifies a listener that a project insert has finished. - * + * * @param project * The project that has finished * @param success