@events = $session->getEventNames( $class )

The getEventNames() function gets the list of events handled by the specified class.

Some of the returned events are exported while others are not, as described in “getEventExported” on page 85. Unlike getAllEventNames(), this call does not return problems names.

@list = $session->getEventNames( $class );