]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/listener/class_Listenable.php
Typo fixed, visitor introduced, SVN property set:
[hub.git] / application / hub / interfaces / listener / class_Listenable.php
index c32a2d8b60d96ab097da799b6f9ff47cb7e891cd..05782bb3a7bd8e4ad46fddd000eb3ed8d92216e7 100644 (file)
@@ -43,6 +43,15 @@ interface Listenable extends ProtocolHandler {
         * @return      $accepts                Wether this listener does accept
         */
        function ifListenerAcceptsPackageData (array $packageData);
+
+       /**
+        * Monitors incoming raw data from the handler and transfers it to the
+        * given receiver instance.
+        *
+        * @param       $receiverInstance       An instance of a Receivable class
+        * @return      void
+        */
+       function monitorIncomingRawData (Receivable $receiverInstance);
 }
 
 // [EOF]