/**
  * (non-PHPdoc)
  * @see ClientImpl::close()
  */
 protected function close()
 {
     $this->_pamiClient->unregisterEventListener($this->_listenerId);
 }