]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/pool/listener/class_PoolableListener.php
Deprecated visitor removed, new added, rewrites:
[hub.git] / application / hub / interfaces / pool / listener / class_PoolableListener.php
index 5b0f65c13756c966e8d741282c88ff185bd435ad..162d8a6c7dc9cab5b2da6b92364531eb76f2bb94 100644 (file)
@@ -29,13 +29,6 @@ interface PoolableListener extends Poolable {
         * @return      void
         */
        function addListener (Listenable $listenerInstance);
-
-       /**
-        * Handle the listeners by asking them for received network packages
-        *
-        * @return      void
-        */
-       function handleListenerPool ();
 }
 
 //