]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/pool/listener/class_PoolableListener.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / interfaces / pool / listener / class_PoolableListener.php
index 5b0f65c13756c966e8d741282c88ff185bd435ad..12d0b558f4f607fa26b7749dbdf568aa97adc27c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -29,14 +29,7 @@ interface PoolableListener extends Poolable {
         * @return      void
         */
        function addListener (Listenable $listenerInstance);
-
-       /**
-        * Handle the listeners by asking them for received network packages
-        *
-        * @return      void
-        */
-       function handleListenerPool ();
 }
 
-//
+// [EOF]
 ?>