change email address
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index 96c6d02..c55a336 100644 (file)
@@ -171,6 +171,36 @@ public interface FcpListener extends EventListener {
        public void receivedURIGenerated(FcpConnection fcpConnection, URIGenerated uriGenerated);
 
        /**
+        * Notifies a listener that an “AllData” was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param allData
+        *            The “AllData” message
+        */
+       public void receivedAllData(FcpConnection fcpConnection, AllData allData);
+
+       /**
+        * Notifies a listener that a “SimpleProgress” was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param simpleProgress
+        *            The “SimpleProgress” message
+        */
+       public void receivedSimpleProgress(FcpConnection fcpConnection, SimpleProgress simpleProgress);
+
+       /**
+        * Notifies a listener that a “StartedCompression” was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the message
+        * @param startedCompression
+        *            The “StartedCompression” message
+        */
+       public void receivedStartedCompression(FcpConnection fcpConnection, StartedCompression startedCompression);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection