listener = $listener; } public function notifyCommandFileAdded($command) { call_user_func($this->listener, $command); } }