$class = $session->getEventClassName( $class, $event )

The getEventClassName() function returns a string with the name of the ancestor class associated with a class and an event. The ancestor class is where the event was originally defined, that is, the class in which the event definition statement, not any refinement, appeared.

 $class = $session->getEventClassname( "Router", "Down" );