This interface can be moved to 'core' + removed parameter nodeInstance.
[hub.git] / application / hub / classes / listener / udp / class_UdpListener.php
index 0eed46a90c23d57f1822051832f57c87f2faea39..63dbd2f93f2ed293610d3e1738ef6205e9abf9f4 100644 (file)
@@ -38,10 +38,9 @@ class UdpListener extends BaseListener implements Listenable {
        /**
         * Creates an instance of this class
         *
-        * @param       $nodeInstance           A NodeHelper instance
         * @return      $listenerInstance       An instance a prepared listener class
         */
-       public static final function createUdpListener (NodeHelper $nodeInstance) {
+       public static final function createUdpListener () {
                // Get new instance
                $listenerInstance = new UdpListener();