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