/**
  * {@inheritdoc}
  */
 public function eventSupported(AbstractEvent $event)
 {
     return $this->getEventType() === $event->getType();
 }