public function postFoo(IEvent $e)
 {
     $this->postFooInvoked = true;
     $e->stopPropagation();
 }