]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/listener/class_DefaultListenerPool.php
Deprecated visitor removed, new added, rewrites:
[hub.git] / application / hub / main / pools / listener / class_DefaultListenerPool.php
index 621c80c21fbfc1d93b5d5816b5bf855d0cf6c97c..dccbfcc347c3a5ae5b9795f7286bb2fa62f947e3 100644 (file)
@@ -67,21 +67,6 @@ class DefaultListenerPool extends BasePool implements PoolableListener {
                );
        }
 
-       /**
-        * Handle the listeners by asking them for received network packages.
-        * You should not add any debug lines here because they will be executed
-        * in the main loop and may be a performance impact.
-        *
-        * @return      void
-        */
-       public function handleListenerPool () {
-               // Get a visitor instance
-               $visitorInstance = ObjectFactory::createObjectByConfiguredName('handler_listener_pool_visitor_class');
-
-               // Start the visit
-               $this->accept($visitorInstance);
-       }
-
        /**
         * Run the shutdown seqeuence by a Visitor Pattern
         *