]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/listener/class_Listenable.php
Fixed a lot broken stuff:
[hub.git] / application / hub / interfaces / listener / class_Listenable.php
index cf561ef0badf57f891547c920a572940a7ebaafc..d453324ebfa09473683a43b2defc0194bebdd945 100644 (file)
@@ -48,10 +48,9 @@ interface Listenable extends FrameworkInterface {
         * 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);
+       function monitorIncomingRawData ();
 
        /**
         * Getter for listen address