*/ interface Event { /** * Return a unique name for this event * * @return string */ public function getName(); }