]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php
State pattern classes for node states added, factory added, copyright updated
[hub.git] / application / hub / main / visitor / tasks / class_ActiveTaskVisitor.php
index ecfe21bef227622c8c117ab587ba81cf39bc8dcf..e352a9a6eb2f608a95798ff0ee6e3fc1e38ee3fc 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
  *
@@ -101,7 +101,9 @@ class ActiveTaskVisitor extends BaseVisitor implements TaskVisitor, QueryConnect
         */
        public function visitListener (Listenable $listenerInstance) {
                // Do "listen" here
+               //* DEBUG: */ $this->debugOutput('VISITOR: Visiting ' . $listenerInstance->__toString() . ' - START');
                $listenerInstance->doListen();
+               //* DEBUG: */ $this->debugOutput('VISITOR: Visiting ' . $listenerInstance->__toString() . ' - FINISH');
        }
 
        /**