]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/chunks/class_HandleableChunks.php
Continued with development:
[hub.git] / application / hub / interfaces / handler / chunks / class_HandleableChunks.php
index f19ee14c208a6a8799d70fc0af693e20adb58450..ab9c59318313140a7bd852dd6ae2499087e70ac4 100644 (file)
@@ -31,6 +31,13 @@ interface HandleableChunks extends Handleable {
         */
        function addAllChunksWithFinal (array $chunks);
 
+       /**
+        * Checks whether unhandled chunks are available
+        *
+        * @return      $unhandledChunks        Whether unhandled chunks are left
+        */
+       function ifUnhandledChunksWithFinalAvailable ();
+
        /**
         * Handles available chunks by processing one-by-one (not all together,
         * this would slow-down the whole application) with the help of an
@@ -38,7 +45,7 @@ interface HandleableChunks extends Handleable {
         *
         * @return      void
         */
-       function handleAvailableChunks ();
+       function handleAvailableChunksWithFinal ();
 }
 
 // [EOF]