]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/class_UdpListener.php
Moved a lot classes, added visitors and methods
[hub.git] / application / hub / main / listener / udp / class_UdpListener.php
index f0d006655844fb01c298962a352c283ed9b8f1c3..1c770c63f1c1102ebf5044da894bb9ac1bec5be4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A UDP connection listener
+ * An UDP connection listener
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -77,6 +77,16 @@ class UdpListener extends BaseListener implements Listenable {
                // Output message
                $this->debugOutput('LISTENER: UDP listener now ready on IP ' . $this->getListenAddress() . ', port ' . $this->getListenPort() . ' for service.');
        }
+
+       /**
+        * "Listens" for incoming network packages
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doListen() {
+               $this->partialStub('Need to implement this method.');
+       }
 }
 
 // [EOF]