*/ interface EventContextInterface { /** * Sets the event. * * @return null */ public function setEvent(EventInterface $event); /** * Collector Priority. * * @return Event */ public function getEvent(); }