/**
  * @return array
  */
 public function getAllListeners()
 {
     return $this->events->getAllListeners();
 }