add SimpleProgress
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpListener.java
index 61c1292..c090602 100644 (file)
@@ -181,6 +181,16 @@ public interface FcpListener extends EventListener {
        public void receivedAllData(FcpConnection fcpConnection, AllData allData);
 
        /**
+        * Notifies a listener that a “SimpleProgress” was received.
+        * 
+        * @param fcpConnection
+        *            The connection that received the event
+        * @param simpleProgress
+        *            The “Simple Progress” message
+        */
+       public void receivedSimpleProgress(FcpConnection fcpConnection, SimpleProgress simpleProgress);
+
+       /**
         * Notifies a listener that a “ProtocolError” was received.
         * 
         * @param fcpConnection