]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/class_BasePool.php
More shutdown filters added, interface introduced
[hub.git] / application / hub / main / pools / class_BasePool.php
index efa9aa9da21c325be497c96c860477499129fa51..b585fc2ca4a1b624669982563daedd15071abb33 100644 (file)
@@ -45,9 +45,8 @@ class BasePool extends BaseHubSystem {
         * @param       $poolSegment    Name of the pool segment
         * @param       $instance               An instance of a class we should add to the pool
         * @return      void
-        * @todo        Can we use Listenable instead of FrameworkInterface ?
         */
-       protected final function addInstance($group, $poolName, FrameworkInterface $instance) {
+       protected final function addInstance ($group, $poolName, Visitable $instance) {
                $this->poolEntries[$group][$poolName][] = $instance;
        }