Prevents the event from being passed to further listeners
public function stopPropagation() : void { $this->propagationStopped = true; }