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. The syntax is as follows:

getEventClassName(<classname>,<eventname>)