]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/filter/class_FilterablePackage.php
The package hash needs to be copied to the message array as it needs to be
[hub.git] / application / hub / interfaces / filter / class_FilterablePackage.php
index 3f6c3e215e74553c5e4a1f53e10499560c7ae2bd..d60f2510ec43de13576d92c03ba6793e8fb1b69c 100644 (file)
@@ -30,6 +30,15 @@ interface FilterablePackage extends Filterable {
         * @return      void
         */
        function processMessage (array $messageData, Receivable $packageInstance);
+
+       /**
+        * Post-processes the stacked message. Do not call popNamed() as then no
+        * other class can process the message.
+        *
+        * @param       $packageInstance        An instance of a Receivable class
+        * @return      void
+        */
+       function postProcessMessage (Receivable $packageInstance);
 }
 
 // [EOF]