/**
  * {@inheritdoc}
  */
 public function __invoke($event)
 {
     if ($this->getCallback()) {
         $this->update($event, Callbacks::callArgs($this->getCallback(), $this->getArgs($event)));
     }
 }